Search Header Logo

Q2 - WebDez_CertPrep

Authored by Regina Parker

Instructional Technology

9th - 12th Grade

CCSS covered

Used 3+ times

Q2 - WebDez_CertPrep
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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