Q2 - WebDez_CertPrep

Q2 - WebDez_CertPrep

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Curso Reactivos con IA

Curso Reactivos con IA

10th Grade

25 Qs

QUE CONOZCO DE HTML Y LA WEB

QUE CONOZCO DE HTML Y LA WEB

10th Grade

25 Qs

PRE-EVALUACIÓN SEGUNDO PERIODO

PRE-EVALUACIÓN SEGUNDO PERIODO

11th Grade

26 Qs

PEMROGRAMAN DASAR

PEMROGRAMAN DASAR

9th - 12th Grade

28 Qs

TIN 8  GIỮA HK 2

TIN 8 GIỮA HK 2

1st - 12th Grade

20 Qs

Lesson 3: Building the User Interface by Using HTML5: Organizati

Lesson 3: Building the User Interface by Using HTML5: Organizati

12th Grade

20 Qs

10th-1 TEST Q1

10th-1 TEST Q1

10th Grade

20 Qs

Q3 - WebDez_CertPrep

Q3 - WebDez_CertPrep

9th - 12th Grade

25 Qs

Q2 - WebDez_CertPrep

Q2 - WebDez_CertPrep

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Medium

CCSS
RI.11-12.8, RI.8.7, RI.9-10.7

+2

Standards-aligned

Created by

Regina Parker

Used 3+ 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