HTML
HyperText Markup Language, used to write, uh, web pages.
Lessons
How to read and create HTML files following good practices
HTML is the essential building block of web pages. It provides structure to content, and gives browsers meaningful information which supports built-in accessibility and discoverability features.
How to style web content using CSS
CSS provides us a way to give the web browser hints about how we want the content of our website to render. We’ll start working with CSS by using it to style typographic compositions.
Responsive Layout exercise with a responsive Web App
We’ll work together in class to build out more of the Brio example responsive web app layout in HTML & CSS.
Coding review
A chance to review together everything we’ve learned so far about HTML & CSS and how to apply it to our current project.