htnl structure code example
Example: structure of an html document
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A website</title>
</head>
<body>
...
</body>
</html>