HTML Quiz

HTML Quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

HTML

HTML

8th Grade

11 Qs

Coding quiz

Coding quiz

8th Grade

11 Qs

HTML

HTML

KG - Professional Development

8 Qs

Czy zasługujesz na admina?

Czy zasługujesz na admina?

1st - 10th Grade

8 Qs

GIỚI THIỆU VỀ NGÔN NGỮ HTML

GIỚI THIỆU VỀ NGÔN NGỮ HTML

6th - 11th Grade

7 Qs

More on HTML

More on HTML

6th - 9th Grade

10 Qs

Тест По HTML

Тест По HTML

1st - 11th Grade

10 Qs

แบบทดสอบ บทที่ 2 ปวช.2

แบบทดสอบ บทที่ 2 ปวช.2

8th 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>