<!doctype>
<html> <!–Contains Head and Body elements of your HTML Document –>
<head> <!–Defains information about your HTML Document –>
<title>This my title</title> <!– Defains your document Title, short explanation of your page –>
</head>
<body> <!–Defains information of your HTML Document that will be shown on the browser –>
hello, This body of your HTML document
</body>
</html>
Click HEAR to download PDF version of the lab.