Advanced HTML Structure document

index.html.zip (1.2 KB)

Hi @cicope; nice work! This matches up to our version pretty well:

Below the example, we have explained each tag and its use.

<!DOCTYPE html>
<html lang="en">
<HTML>
<head>
<title> Page Title </title>
</head>
<body>
 <h1> This is a Heading </h1>
<p> This is a Paragraph </p>
</body>
</html>

Source: https://www.coderepublics.com/HTML/html-tutorial.php