HTML Quiz

HTML Quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

SEO Marketing

SEO Marketing

1st - 12th Grade

12 Qs

Ինֆորմատիկա 8

Ինֆորմատիկա 8

8th Grade

7 Qs

HTML and Java

HTML and Java

8th - 11th Grade

5 Qs

Quiz about Pragyan Dev

Quiz about Pragyan Dev

KG - University

6 Qs

Դանիել Վարուժան

Դանիել Վարուժան

8th Grade

10 Qs

HTML

HTML

7th - 8th Grade

10 Qs

HTML & CSS review

HTML & CSS review

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>