Suggested Starter Templates
Lecture 1: HTML
Lecture 2: HTML5 Semantic Tags
Basic
HTML Template (with header
, main
, and footer
HTML5 Semantic Tags)
Details: In this lecture, we introduced semantic tags (see readings for more detais). Here is
a good starter template (HTML source code) using the <header>, <main>, and <footer>
tags. Note: If saving the file, save as .html, not .htmls. .htmls
indicates an "html
source" file, which makes sure the browser doesn't interpret the page as HTML so you
can see or copy/paste the source code more easily.