Chapter 2 - HTML Semantic Elements

Chapter 2 - HTML Semantic Elements

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Cynthia Harrison

Used 31+ times

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

______ content typically consists of a business name or logo and is commonly positioned immediately after the opening <body> tag

<body>...</body>

<html>...</html>

<head>...</head>

<header>...</header>

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The ____ element contains hyperlinks to other web pages within a website and is commonly positioned immediately after the closing </header> tag

<head>...</head>

<header>...</header>

<nav>...</nav>

<body>...</body>

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Contains the primary content of the webpage; should be unique to each page. Only one of this element can appear on a page.

<main>...</main>

<header>...</header>

<head>...</head>

<body>...</body>

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Contains the _____ content of the webpage.

<footer>...</footer>

<header>...</header>

<main>...</main>

<body>...</body>

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Contains a specific grouping of content on the webpage.

<head>...</head>

<main>...</main>

<section>...</section>

<header>...</header>

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Contains content such as forum or blog posts; can stand on its own.

<header>...</header>

<article>...</article>

<head>...</head>

<main>...</main>

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Contains information about nearby content and is typically displayed as sidebar.

<header>...</header>

<aside>...</aside>

<main>...</main>

<body>...</body>