0
How can I align text to the center if in HTML5 tag<align> forbidden??
How can I align text to the center if in HTML5 tag<align> forbidden? How can I do it in the CSS document? Thanks all who answers to my questions))
2 Answers
+ 3
<specific class or tag>{
text-align: <alignment>;
}
For example
body{
text-align: right;
}
+ 2
OMG! I don't knew about this! Thank you)))