Q2 - WebDez_CertPrep

Q2 - WebDez_CertPrep

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

PWPB UH 2

PWPB UH 2

11th Grade

25 Qs

Pop Quiz 1 2K4

Pop Quiz 1 2K4

12th Grade

30 Qs

Quiz #2-Programming

Quiz #2-Programming

11th Grade

20 Qs

Q1 - PRE TEST KK2

Q1 - PRE TEST KK2

12th Grade

20 Qs

Etiquetas HTML

Etiquetas HTML

9th Grade - University

23 Qs

Evaluación tercero básico

Evaluación tercero básico

9th Grade

20 Qs

Ch. 3 Review - HTML

Ch. 3 Review - HTML

9th - 12th Grade

20 Qs

HTML

HTML

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