HTML Quiz

HTML Quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

KG - University

10 Qs

Two-Step Inequalities

Two-Step Inequalities

8th - 11th Grade

9 Qs

More on HTML

More on HTML

6th - 9th Grade

10 Qs

Curso de HTML e CSS

Curso de HTML e CSS

1st Grade - University

12 Qs

Coding quiz

Coding quiz

8th Grade

11 Qs

Lipkovitch Ordering negative numbers

Lipkovitch Ordering negative numbers

8th Grade

10 Qs

Tin 8_Chủ đề 6_Câu lệnh điều kiện_3

Tin 8_Chủ đề 6_Câu lệnh điều kiện_3

8th Grade

9 Qs

Câu hỏi kiến thức bài 9_rẻ nhánh

Câu hỏi kiến thức bài 9_rẻ nhánh

KG - 12th Grade

10 Qs

HTML Quiz

HTML Quiz

Assessment

Quiz

Other

8th Grade

Medium

Created by

Latoya Hickson

Used 10+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <p></p>

tags?

To create a heading

To add a hyperlink

To create a paragraph

To embed an image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the <html></html>tags do?

Declare the version of HTML

Create a basic HTML structure

Add metadata to the HTML document

Embed an image into the webpage

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the <html> </html>declaration specify?

The version of HTML used

The height of an image

The width of an image

The alternate text for an image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <h1></h1> through <h6></h6> tags?

To create a paragraph

To add a hyperlink

To create a heading

To embed an image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <ul></ul> tags?

To create an ordered list

To create an unordered list

To add a hyperlink

To embed an image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <ol></ol> tags?

To create an ordered list

To create an unordered list

To add a hyperlink

To embed an image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This tag is used to add hyperlinks to your web page. This tag is used both for linking to external web pages and for linking to individual HTML documents on the same website. This link requires one attribute:

href - Tells where the browser should navigate to.

<p></p>

<img>

src

<a></a>