Suggested Starter Templates

Lecture 1: HTML

Basic HTML Template

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.

Lecture 8: JavaScript Module Pattern Template

Basic JS Module Pattern Template

Lecture 12: JavaScript AJAX Template

Basic JS AJAX Template

Basic JS AJAX Template (with a bit more documentation)