HTML Quiz

HTML Quiz

8th Grade

7 Qs

quiz-placeholder

Similar activities

Matematyka

Matematyka

4th Grade - University

10 Qs

5-րդ դարի հայ մատենագրություն

5-րդ դարի հայ մատենագրություն

8th - 10th Grade

10 Qs

LearnigApp

LearnigApp

8th Grade

4 Qs

USO DE GRAFÍAS III (GRUPO C-S)-2.º HONEST-ORTOGRAFÍA

USO DE GRAFÍAS III (GRUPO C-S)-2.º HONEST-ORTOGRAFÍA

8th Grade

10 Qs

ICT File Formats

ICT File Formats

6th - 8th Grade

10 Qs

Pre Test Kelas Pemograman WEB

Pre Test Kelas Pemograman WEB

1st - 12th Grade

10 Qs

Pautan Teks dan Imej dalam HTML

Pautan Teks dan Imej dalam HTML

1st Grade - University

5 Qs

Tech Time

Tech Time

KG - Professional Development

5 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>