How to add a subtitle to html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add a subtitle to html

How do you add subtitles to you html is it separate or in the header tag as well?

14th Mar 2019, 1:55 AM
Ashlee Williams
Ashlee Williams - avatar
2 Answers
+ 1
Also note that closing tags use / not \ so an h1 for example would be <h1>subtitle</h1>. In your subtitle example, you have the wrong slash.
14th Mar 2019, 2:58 AM
Mike
Mike - avatar
+ 4
You have h1 to h6 tags for that. http://html5doctor.com/howto-subheadings/
14th Mar 2019, 1:59 AM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar