Creating Web Pages
In this unit we will introduce the fundamentals of HTML syntax, document structure, typography, images, and links, as well as how to validate our HTML. HTML will act as the structure of our webpages, wrapping our content and describing how the browser should display it. HTML is often described romantically as the unifying language of the web. Along with CSS and JavaScript, HTML is the life-blood of our webpages and an excellent place to start our code journey.
Topics
- Web Fundamentals
- Local vs Remote
- IP Addresses
- DNS
- Request & Response
- File & Folder Organization
- HTML Fundamentals
- Syntax
- html
- head
- meta
- title
- body
- h1 - h6
- p
- img
- a
- ul
- ol
- table
- form
- iframe