Text alignment problem! | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Text alignment problem!

Can anyone describe me that how the text element works when it's set to justify...?

6th Jun 2020, 11:27 AM
Pallab Kumar Nakti
Pallab Kumar Nakti - avatar
4 Respostas
6th Jun 2020, 11:49 AM
AĶ¢J
AĶ¢J - avatar
+ 15
<p> some text </p> //Css p{ text-align:center; } // text-align: center | right | left | justify;
6th Jun 2020, 11:48 AM
Satnam
Satnam - avatar
6th Jun 2020, 11:33 AM
VanshikašŸ¦‹
VanshikašŸ¦‹ - avatar
0
im not quite sure this is what your asking but you can use the <center> or <left> or <right> tags inside of a <p> tag. it would look something like this <p> <center> <strong> Hello! </p>. Hope this helps
6th Jun 2020, 11:35 AM
Nolan
Nolan - avatar