HTML error correction Activity

HTML error correction Activity

University

6 Qs

quiz-placeholder

Similar activities

web design

web design

University

11 Qs

Html quiz

Html quiz

9th Grade - Professional Development

10 Qs

Quiz HTML

Quiz HTML

University

10 Qs

Basic Web

Basic Web

University

10 Qs

Applied Accessibility

Applied Accessibility

University

10 Qs

Css

Css

University

10 Qs

Evaluación Aplicaciones Web

Evaluación Aplicaciones Web

University - Professional Development

11 Qs

BOOLEAN CLUB QUIZ 1

BOOLEAN CLUB QUIZ 1

University

10 Qs

HTML error correction Activity

HTML error correction Activity

Assessment

Quiz

Computers

University

Medium

Created by

Jerry Jackson Bent

Used 12+ times

FREE Resource

6 questions

Show all answers

1.

DRAG AND DROP QUESTION

3 mins • 1 pt

<!DOCTYPE ​ (a)   >

<html lang="en"​ (b)  

    <meta charset="UTF-8">

    <​ (c)   name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Simple HTML Page

</head>

   >Welcome to My Simple Page</h1>

    <p>This is a paragraph of text on the page. It provides some basic information.<​ (d)   p>

    <img src​ (e)   "https://via.placeholder.com/150" alt="Placeholder Image">

    <footer>

        <p>Footer content goes here. &copy; 2024 My Website</p>

    </footer>

</body>

</html>

html
>
meta
/
=
\
<
</html>
</p>

2.

DROPDOWN QUESTION

2 mins • 1 pt

<​ (a)   html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta ​ (b)   ="viewport" content="width=device-width, initial-scale=1.0">

   ​<title> Simple HTML Page</title>

</head>

<body>

    <h1>Welcome to My Simple Page​ <​ (c)   >

    <p>This is a paragraph of text on the page. It provides some basic information.</p>

    <img src="https://via.placeholder.com/150" alt="Placeholder Image"​ (d)  

    <footer>

        <p>Footer content goes here. &copy; 2024 My Website</p>

    </footer>

</body>

​ ​ ​


<
htm
h2
/>
1
!DOCTYPE
title
>
name
/h1

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

<___________>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Simple HTML Page</title>

</head>

<body>

    <h1>Welcome to My Simple Page</h1>

    <p>This is a paragraph of text on the page. It provides some basic information.</p>

    <img src="https://via.placeholder.com/150" alt="Placeholder Image">

    <footer>

        <p>Footer content goes here. &copy; 2024 My Website</p>

    </footer>

</body>

</html>

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Simple HTML Page</title>

</head>

<body>

    <h1>Welcome to My Simple Page</h1>

    <p>This is a paragraph of text on the page. It provides some basic information.</p>

    <img src="https://via.placeholder.com/150" alt="Placeholder Image">

    <footer>

        <p>Footer content goes here. &copy; 2024 My Website</p>

    </footer>

</body>

</____>

5.

HOTSPOT QUESTION

1 min • 1 pt

There are 7 errors or missing codes in the image. Identify them by clicking on the line of code where the error is or where the code should be.

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

Create a webpage titled: "My Plane". Insert an image name "plane.jpg", and the text below the image

"Going for an awesome adventure". Your HTML code should be viewable on a browser. Language and meta elements are not necessary in the head portion.

Evaluate responses using AI:

OFF