You have developed a webpage to provide some information about your company. You've organized sections within the <body> of the page, by using the <header></header>, <footer></footer> and <nav></nav> tags. What kind of elements are these?

Study for the CIW User Interface Designer Test. Prepare with flashcards and multiple choice questions; each query provides hints and explanations. Get ready for your exam!

Multiple Choice

You have developed a webpage to provide some information about your company. You've organized sections within the <body> of the page, by using the <header></header>, <footer></footer> and <nav></nav> tags. What kind of elements are these?

Explanation:
These tags are semantic elements. They describe the role of the content in the page, giving meaning beyond how it looks. Using header, nav, and footer signals to browsers, screen readers, and search engines that those sections have specific purposes: the header typically contains branding or introductory content, the navigation area holds links to main sections, and the footer includes site-wide information like copyright or contact details. This makes the page structure easier to understand and navigate, improves accessibility, and helps with SEO, since the document outline is clearer. They aren’t style elements—that would refer to CSS, typically used inside a style tag or separate stylesheet. They also aren’t form elements, which are controls like input, textarea, or button used to collect user data. And “basic elements” isn’t a standard term for these; the correct category is semantic elements.

These tags are semantic elements. They describe the role of the content in the page, giving meaning beyond how it looks. Using header, nav, and footer signals to browsers, screen readers, and search engines that those sections have specific purposes: the header typically contains branding or introductory content, the navigation area holds links to main sections, and the footer includes site-wide information like copyright or contact details. This makes the page structure easier to understand and navigate, improves accessibility, and helps with SEO, since the document outline is clearer.

They aren’t style elements—that would refer to CSS, typically used inside a style tag or separate stylesheet. They also aren’t form elements, which are controls like input, textarea, or button used to collect user data. And “basic elements” isn’t a standard term for these; the correct category is semantic elements.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy