The HTML Sandwich

Lunch-The-htlm-sandwhich

The HTML Sandwich curtsey of Don’t Fear the Internet

Here is some boilerplate HTML code to get you started with Brackets

<!DOCTYPE html>
<html>

<head>
<title>Title of the document</title>
<meta charset="UTF-8">
</head>

<body>
</body>

</html>

Leave a Reply

Your email address will not be published. Required fields are marked *