fix(curriculum): change example to valid HTML (#45783)

* Updated HTML tag for English version issue #45765

* Update curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/define-the-head-and-body-of-an-html-document.md

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
pull/45843/head
Kas 2022-05-02 05:51:47 -07:00 committed by GitHub
parent 3f9f9d4c3a
commit 2462feb4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ Here's an example of a page's layout:
<!DOCTYPE html>
<html>
<head>
<meta />
<meta charset="utf-8">
<title>Example title</title>
</head>
<body>
<div>