All videos
Intro to HTML & CSS

Intro to HTML & CSS

Let’s explore the HTML code that makes up the web. We’ll walk through what HTML is, examine some different HTML elements, and then explore the web interactively (and even delete Google!).

To Inspect a site in Chrome, Firefox, Arc, and Edge: Right-click on any element and select Inspect Element

To Inspect in Safari:

  1. Go to Preferences menu under Safari
  2. Select Advanced from top menu
  3. Check the box for Show Develop menu in menu bar
  4. Right-click on any element and select Inspect Element

Video transcript

Intro to HTML & CSS is a foundational course on Webflow University that covers the basics of how web pages are structured and styled. Understanding HTML and CSS gives you a stronger mental model for working in Webflow, because everything you do in the Designer generates real HTML and CSS under the hood.

HTML (HyperText Markup Language) provides the structure of a web page — headings, paragraphs, links, images, and other content elements. CSS (Cascading Style Sheets) controls the visual presentation — colors, typography, spacing, layout, and more.

Even if you never write HTML or CSS by hand, knowing the basics helps you understand why elements behave the way they do in Webflow, how the cascade works, what the box model means, and why some styling decisions are made the way they are.

The Intro to HTML & CSS course on Webflow University is designed to be approachable for complete beginners while giving you a foundation that makes everything else in Webflow click into place.