HTML error correction Activity

HTML error correction Activity

University

6 Qs

quiz-placeholder

Similar activities

HTML/CSS Quiz

HTML/CSS Quiz

10th Grade - University

10 Qs

HTML

HTML

University

10 Qs

html тегтеріне тапсырма

html тегтеріне тапсырма

University

10 Qs

EXAMEN

EXAMEN

2nd Grade - University

11 Qs

Basic HTML & HTML5

Basic HTML & HTML5

University

11 Qs

aux_HTML

aux_HTML

University

11 Qs

HTML

HTML

University

10 Qs

Как хорошо ты знаешь HTML ?

Как хорошо ты знаешь HTML ?

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