Basic HTML Template Reference Sheet
Basic HTML Template Reference Sheet
We will use this template on every page we create. Please note anything in red is information you
need to replace in the template.
<!DOCTYPE html>
<html lang="en">
<!-- Place Your Name & Lab Name Here -->
<head>
<title> Place Your Title Here</title>
<meta charset ="utf-8">
</head>
<body>
Place Your Text Here
</body>
</html>