0
how to display text at the middle of the page using html only?
4 Respuestas
+ 4
You can use the align attribute.
+ 1
You can't. As Akash Pal suggested you can use the align attribute but that's CSS.
0
You can do it with help of br tag.
0
do something like this:
<p align=“center”>Hello world!</p>