+ 1
Difference
Whats the difference between Title tag and Heading tag? <title> - implementation of title tag where as for heading <h1> is used.. whats the difference in both?
2 Respostas
+ 5
good question and thanks for the information 💖👍
+ 1
Title tag is used for SEO and shows up on the browser tab (not in the main document).
Third slide: https://www.sololearn.com/learn/HTML/1023/?ref=app
and: https://www.w3schools.com/TAGS/tag_title.asp
Headings are also good for SEO but show up in the main document.
https://www.sololearn.com/learn/HTML/1027/?ref=app
https://www.w3schools.com/HTML/html_headings.asp
They should generally be bigger than the paragraph text, but you can do all kinds of creative things with it, including sideways headings.
https://css-tricks.com/sideways-headers/