Lessons > 2. Intro to HTML
Slides
Lecture Video(s)
- Recorded Lecture Video (47:39)
Readings
-
James Williamson
Playlist 1: Formatting Page Content with HTML
.
Please review the following sections:- Welcome
- The importance of HTML
- Basic HTML syntax
- Exploring an HTML document
- Using headings
- Formatting paragraphs
- Controlling line breaks
- Displaying images
- Exploring the anchor element
- Linking to pages within your site
- Linking to external pages
- Linking to regions
- Unordered lists
- Ordered lists
-
(2021).
HTML Resources.
CS 130 Course Website
Please review the following sections:- HTML Resources
- Rules of Thumb
- Text Markup Tags
- Hyperlinks
- Image Tags
- Media Tags
- Compound Tags
- Form Tags
Optional Readings
- Tali Garsiel and Paul Irish (2011). How Browsers Work: Behind the scenes of modern web browsers . https://www.html5rocks.com/
In this lesson, we will review how web pages get rendered in your web browser, and how HTML, CSS, and JavaScript work together to create web pages.