In html How can i align a headings to the left or right side of the screen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In html How can i align a headings to the left or right side of the screen

11th Mar 2020, 2:31 PM
Toju Daniel
Toju Daniel - avatar
4 Answers
+ 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
11th Mar 2020, 3:09 PM
Ketan [#Be Happy 😄]
Ketan [#Be Happy 😄] - avatar
+ 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>
11th Mar 2020, 3:29 PM
SurajGuptaOnline
SurajGuptaOnline - avatar
+ 1
Thanks
11th Mar 2020, 3:10 PM
Toju Daniel
Toju Daniel - avatar
+ 1
Please avoid writing question in the thread tags section.
11th Mar 2020, 3:42 PM
Ipang