Is there any attribute tag for justify alignment like word processing software and how many align tags? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any attribute tag for justify alignment like word processing software and how many align tags?

2nd Oct 2020, 6:22 AM
Bittu Raj
Bittu Raj - avatar
2 Answers
+ 2
the alignment of what exactly? For layout and style you should use css and not ‚tags‘. Of interest may be ‚text-align‘ or ‚vertical-align‘. if you‘re using flexbox, there are rules like ‚justify-content‘, ‚align-items‘ and ‚align-self‘
2nd Oct 2020, 6:31 AM
John Doe
+ 1
Yes there is, The align attribute in HTML They are, <p align="center"></p> <p align="left"></p> <p align="right"></p> <p align="justify"></p>
2nd Oct 2020, 6:32 AM
Arnav Kumar [Less/Not Active]
Arnav Kumar [Less/Not Active] - avatar