Computer scienceFrontendHTMLAdvanced elements

The lang attribute

Find the mistake

Report a typo

In the following HTML code, there is a missing attribute with its value, based on the comments, apply the change to the corresponding tag.

Tip: <tag attribute="attribute-value">

Write HTML and CSS code
<!doctype html>
<html lang="de">
<head>                                        
<title>About Lang Attribute</title<!-- this title should be in english -->
</head>
<body>
<p>Sie lernen das Lang-Attribut kennen</p> <!-- text in German -->
</body>
</html>
Completed 0 of 1
Valid
___

Create a free account to access the full topic