Main content
Unit 2: Intro to HTML/CSS: Making webpages
About this unit
Learn how to use HTML and CSS to make webpages. HTML is the markup language that you surround content with, to tell browsers about headings, lists, tables, and more. CSS is the stylesheet language that you style the page with, to tell browsers to change the color, font, layout, and more.
Learn what HTML is and how to make a webpage with marked up text and images.
Learn
Learn how to write simple CSS rules, to select based on element, class, or ID, and change the colors of your page.
Learn
Practice
Learn how to make links, tables, and comments.
Learn how to style your text, like font families, size, spacing, and alignment.
Learn
Practice
Learn how to use other editors to develop your web pages and how to use the browser developer tools to debug your webpages.
Learn how to use the HTML span and div elements with CSS properties like position and float to change the layout of your webpages.
Learn
Practice
Learn more complex selectors- using multiple classes, combining elements with classes, descendant selectors, grouped selectors, and dynamic pseudo-classes.
Learn
Practice
Learn how to use inline styles and external stylesheets, two more ways to bring CSS into your webpage.
What can you do to keep learning HTML and CSS?