0
In html How can i align a headings to the left or right side of the screen
4 Respuestas
+ 6
Please use search bar before asking any question to reduce duplicate threads in Q/A.
Also you can align headings/header using CSS.
Check these:
https://www.sololearn.com/Discuss/190547/?ref=app
https://www.sololearn.com/Discuss/1069862/?ref=app
+ 3
<h1 align="center">this is heading no 1</h1>
<h1 align="left">this is heading no 1</h1>
<h1 align="right">this is heading no 1</h1>
+ 1
Thanks
+ 1
Please avoid writing question in the thread tags section.