Search Header Logo

HTML error correction Activity

Authored by Jerry Jackson Bent

Computers

University

Used 12+ times

HTML error correction Activity
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers