how to create html structure code example
Example: html basic structure
<!DOCTYPE html>
<head>
<!-- Miscellaneous Stuff Here -->
</head>
<body>
<!-- Main Divs here -->
</body>
<!DOCTYPE html>
<head>
<!-- Miscellaneous Stuff Here -->
</head>
<body>
<!-- Main Divs here -->
</body>