Headings question

What is the difference between ‘head’ and ‘h’?

Please Try your question again…

code not visible, try a a backtick (`) around your html tags, like:

`<h3>`

That should make it visible if you edit/update your question, leave a reply so i get a notification.

Fixed it. I removed the < >

<head> is where you put information about the page, in the form of <meta> tags.
<h-> defines a header, this is a piece of text which is, by default, big and bold, usually these are used for titles of pages.

2 Likes

i call h1 till h6 headings because head and header might get a little confusing, but apart from that @jibblyj is absolutely right. <head> is where you to put meta data, link to stylesheet, js files (everything the user does not need to see). headings do have more functionality then explained in the lessons, but first finish the html + css course before we talk about that

1 Like

I am happy to hear that :slight_smile:

1 Like