0
Is there any attribute tag for justify alignment like word processing software and how many align tags?
2 odpowiedzi
+ 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‘
+ 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>