0
Hi. In html 5 the <p align=""/> attribute doesn't work. So is there any other way to align a paragraph to center of the page.
help
3 Answers
+ 2
Use text-align: center in css
+ 2
If you added width to the paragraph, then this property will not work; use margin: 0 auto; always try to add width to the text or indentation otherwise you will run a test for overflow with text content.
0
You can put your code here?