
Discover how HTML serves as the content foundation for web pages, learn to write your first HTML, and see how CSS shapes appearance while JavaScript adds interactivity.
Explore how the paragraph tag forms block level sections, creates spacing between paragraphs, and uses the p tag to display content in the browser.
Explore layout elements for positioning and structure, including div as a generic block level element and inline elements like span, plus semantic tags like main, article, header, and footer.
Build a single html page with basic css, emulating wired's layout, starting from a doctype and utf-8 meta, then a header with logo, main content, sidebar, and footer.
Learn to recreate Wired in HTML and CSS using a two-column layout with header and article blocks, while applying normalize.css for cross-browser consistency.
In this course we’re going to be taking a look at HTML, specifically HTML5. This course assumes you already have your editor environment setup, using Sublime Text or something similar, and you’re ready to start writing some code. The best place to start is writing HTML.
HTML defines the content of our page and is usually the first thing that’s loaded by a website in the browser. HTML defines the content, while CSS defines what the content looks like. Finally, Javascript will end that triangle by supplying the interactivity to our applications. We wouldn’t have all three of these things if we didn’t have HTML, so let’s take a look at how we can start writing HTML and building really cool applications and websites.
Course Includes:
What You'll Learn: