DatWolf / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

IMPORTANT - heading usage #4

Open franfranfranfran opened 6 years ago

franfranfranfran commented 6 years ago

https://github.com/DatWolf/prj-rev-bwfs-dasmoto/blob/master/arts%20and%20crafts/index.html#L9 - main heading https://github.com/DatWolf/prj-rev-bwfs-dasmoto/blob/master/arts%20and%20crafts/index.html#L13 - sub title

make sure to use the most appropriate element for each of the bits of content you add to the page. for the main heading, an h1 element would be perfect. for a subheading, like subtitle, an h2 element would be more appropriate than a p element.

more info about heading elements can be found here

DatWolf commented 6 years ago

I tried adding a h1 element to the title, but that just makes it huge.

DatWolf commented 6 years ago

h2 for the subtitles doesn't change anything though.