Basic Format of HTML 10/4

Take a look at the information on html format. You need to memorize this.



Basic HTML Page Setup

<html>

<head>
<title></title>
</head>

<body>

</body>

</html>