0% found this document useful (0 votes)
19 views4 pages

HTML errors to find

The document presents eight variants of HTML code for a simple webpage titled 'My first site'. Each variant contains various errors such as unclosed tags, incorrect attribute syntax, and misplaced elements. The purpose of the document is to showcase different incorrect HTML structures.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views4 pages

HTML errors to find

The document presents eight variants of HTML code for a simple webpage titled 'My first site'. Each variant contains various errors such as unclosed tags, incorrect attribute syntax, and misplaced elements. The purpose of the document is to showcase different incorrect HTML structures.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Вариант 1

<!DOCTYPE html>

<html lang="en">

<head>

<title>My first site</title>

</head>

<body>

<h1>My first page<h1>

<h3>This is heading 3</h3

<p>My first paragraph</p>

<img src="img_typo.jpg" alt="Girl with a jacket">

<p title=I'm a tooltip>This is a paragraph.</p>

<img src="img_girl.jpg">

<img src="img_boy.jpg" width="500px" height="600px">

<p style="color: red;">This is a red paragraph.</p>

</html>

Вариант 2

<!DOCTYPE html>

<html lang="en">

<head>

<title>My first site<title>

</head>

<body>

<h1>My first page</h1>

<h3>This is heading 3<h3>

<p>My first paragraph</p>

<img src="img_typo.jpg" alt="Girl with a jacket">

<p title="I'm a tooltip>This is a paragraph.</p>

<img src="img_girl.jpg"

<img src="img_boy.jpg" width=500 height=600>

<p style="color: red>This is a red paragraph.</p>

<body>

</html>
Вариант 3

<!DOCTYPE html>

<html lang="en">

</head>

<title>My first site</title>

</head>

<body>

<h1>My first page</h2>

<h3>This is heading 3</h3>

<p>My first paragraph<p>

<img src="img_typo.jpg" alt="Girl with a jacket">

<p title="I'm a tooltip>This is a paragraph.</p>

<img src="img_girl.jpg">

<img src="img_boy.jpg" wdth="500" height="600">

<p style="color:red>This is a red paragraph.</p>

</body>

</html>

Вариант 4

<DOCTYPE html>

<html lang = "en">

<head>

title>My first site</title>

</head>

<body>

<h1>My first page</h1>

<h3>This is heading 3</h2>

<p>My first paragraph</p>

<img src="img_typo.jpg" alt="Girl with a jacket>

<p title="I'm a tooltip">This is a paragraph.</p>

<img sr="img_girl.jpg">

<img src="img_boy.jpg" width="500" height="600">

<p style="color:red;">This is a red paragraph.</p>

</body>

<html>
Вариант 5

<!DOCTYPE html>

<html lan = "en">

<head>

<title>My first site</titl>

</head>

</body> <!—/ -->

<h1>My first page</h1>

<h3>This is heading 3</h3>

</p>My first paragraph</p>

<img src="img_typo.jpg" alt=Girl with a jacket>

<p title="I'm a tooltip">This is a paragraph.</p>

<img sc="img_girl.jpg">

<img src="img_boy.jpg" width="500" height="600">

<p style="color - red;">This is a red paragraph.</p>

</body>

</html>

Вариант 6

<!DOCTYPE html>

<html lang="en">

<head>

<title>My first site<title>

</head>

<body>

<h1>My first page</h1>

<h3>This is heading 3</h3>

<p>My first paragraph</p>

<img src="img_typo.jpg" alt=Girl with a jacket>

<p title="I'm a tooltip>This is a paragraph.</p>

<img src= img_girl.jpg>

<img src="img_boy.jpg" width=”500” height=”600”>

<p style="color: red>This is a red paragraph.</p>

</body>

<html>
Вариант 7

<!DOCTYPE htl>

<html lang = "en">

<head>

<title>My first site</title>

</head>

<body>

</h1>My first page</h1>

<h3>This is heading 3</h3>

<p>My first paragraph</p>

<img src= img_typo.jpg alt="Girl with a jacket">

<p title="I'm a tooltip">This is a paragraph.<p>

<img src="img_girl.jpg"

<img src="img_boy.jpg" width="500" height="600">

<p style="color - red;">This is a red paragraph.</p>

</body>

</html>

Вариант 8

<DOCTYPE html>

<html lang = "en">

<head>

<title>My first site</title>

<head>

<body>

<h1>My first page</h1>

<h2>This is heading 3</h3>

<p>My first paragraph</p>

<img src="img_typo.jpg" alt="Girl with a jacket">

<p title="I'm a tooltip">This is a paragraph.</p>

<img src="img_girl.jpg">

<img src="img_boy.jpg" width=500 height=600>

<p style="color:red;">This is a red paragraph.</p>

<//body>

</html>

You might also like