Q2 - WebDez_CertPrep

Q2 - WebDez_CertPrep

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

HTML Review

HTML Review

9th Grade

20 Qs

Q4 - WebDez_CertPrep

Q4 - WebDez_CertPrep

9th - 12th Grade

20 Qs

KIỂU XÂU

KIỂU XÂU

11th Grade

20 Qs

HTML Elements

HTML Elements

9th - 12th Grade

22 Qs

PWPB UH 2

PWPB UH 2

11th Grade

25 Qs

Etiquetas HTML

Etiquetas HTML

9th Grade - University

23 Qs

ICT Quiz Bee (Difficult Round)

ICT Quiz Bee (Difficult Round)

7th - 10th Grade

20 Qs

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

Lesson 4: Understanding CSS Essentials: Content Flow, Positionin

12th Grade

20 Qs

Q2 - WebDez_CertPrep

Q2 - WebDez_CertPrep

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Easy

Created by

Regina Parker

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's wrong with the HTML code below?

<p>This is a paragraph in HTML</h1>

The closing tag should be </p>

The closing tag should be <>

The opening tag should be <a>

The opening tag should be </p>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of metadata about a webpage?

The title of the webpage

An <img> tag on a webpage

The body of the webpage

A <p> tag on a webpage

Answer explanation

The title of the webpage is metadata because it provides information about the content of the page. In contrast, the tag, body, and

tag are part of the page's content, not metadata.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct HTML code that will make a hyperlink to google.com?

<a href="https://google.com"> Link </a>

<a>Link to google.com</a>

Click Me<a h="https://google.com">

Answer explanation