HTML & CSS Basics Summary

HTML & CSS Logo

HTML Summary

HTML (HyperText Markup Language) is used to define our page content, structure and meaning. You don't use it for styling purposes. Use CSS for that instead!

Learn more about all available HTML elements on the MDN HTML element reference.

CSS Summary

CSS (Cascading Style Sheets) is used for styling your page content.

Learn more about all available CSS properties and values on the MDN HTML element reference.