Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Semantic Elements | Advanced HTML
HTML Essentials

Semantic ElementsSemantic Elements

Let's take a closer look at each tag individually:

<header> tag

These are typically introductory elements or a set of links placed at the top of a section or webpage that offer crucial information about the page and help users navigate to other sections.

Please note that this should not be confused with the head tag, as head and header have different purposes in HTML.

html

index.html

css

index.css

js

index.js

<nav> tag

Defines a section of navigation links used for menus or navigation bars. nav is typically placed in a website's header section.

html

index.html

css

index.css

js

index.js

<section> tag

Organize your document logically by using headings to group related content. This helps readers understand your content better and improves search engine visibility.

html

index.html

css

index.css

js

index.js

<article> tag

It contains a self-contained piece of content like a blog post, news article, or forum post. This content helps search engines identify and prioritize the central content of the webpage.

html

index.html

css

index.css

js

index.js

<footer> tag

Defines a footer that typically includes copyright info, contact details, and links to related content. It provides closure to the content above and contains supplementary information and navigation options.

html

index.html

css

index.css

js

index.js

1. What is the primary purpose of the `<header>` tag?
2. Which HTML tag is typically used to define a section of navigation links, such as menus or navigation bars?
3. What is the main function of the `<section>` tag?
4. When should we use the `<footer>` tag?

What is the primary purpose of the <header> tag?

Виберіть правильну відповідь

Which HTML tag is typically used to define a section of navigation links, such as menus or navigation bars?

Виберіть правильну відповідь

What is the main function of the <section> tag?

Виберіть правильну відповідь

When should we use the <footer> tag?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 5. Розділ 2
course content

Зміст курсу

HTML Essentials

Semantic ElementsSemantic Elements

Let's take a closer look at each tag individually:

<header> tag

These are typically introductory elements or a set of links placed at the top of a section or webpage that offer crucial information about the page and help users navigate to other sections.

Please note that this should not be confused with the head tag, as head and header have different purposes in HTML.

html

index.html

css

index.css

js

index.js

<nav> tag

Defines a section of navigation links used for menus or navigation bars. nav is typically placed in a website's header section.

html

index.html

css

index.css

js

index.js

<section> tag

Organize your document logically by using headings to group related content. This helps readers understand your content better and improves search engine visibility.

html

index.html

css

index.css

js

index.js

<article> tag

It contains a self-contained piece of content like a blog post, news article, or forum post. This content helps search engines identify and prioritize the central content of the webpage.

html

index.html

css

index.css

js

index.js

<footer> tag

Defines a footer that typically includes copyright info, contact details, and links to related content. It provides closure to the content above and contains supplementary information and navigation options.

html

index.html

css

index.css

js

index.js

1. What is the primary purpose of the `<header>` tag?
2. Which HTML tag is typically used to define a section of navigation links, such as menus or navigation bars?
3. What is the main function of the `<section>` tag?
4. When should we use the `<footer>` tag?

What is the primary purpose of the <header> tag?

Виберіть правильну відповідь

Which HTML tag is typically used to define a section of navigation links, such as menus or navigation bars?

Виберіть правильну відповідь

What is the main function of the <section> tag?

Виберіть правильну відповідь

When should we use the <footer> tag?

Виберіть правильну відповідь

Все було зрозуміло?

Секція 5. Розділ 2
some-alt