HTML error correction Activity

HTML error correction Activity

University

6 Qs

quiz-placeholder

Similar activities

HTML Basics

HTML Basics

University

11 Qs

Chapter 7

Chapter 7

9th Grade - University

9 Qs

Quiz # 1 HTML

Quiz # 1 HTML

University

10 Qs

ภาษา HTML

ภาษา HTML

University

10 Qs

Avaliação de Laboratório de WEB

Avaliação de Laboratório de WEB

University

10 Qs

Lecture 3 - IT 1020SEF

Lecture 3 - IT 1020SEF

University

10 Qs

INTRODUCTION TO HTML

INTRODUCTION TO 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