HTML & CSS Basics Summary

HTML Summary

HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. You don't use it for styling purposes. Use CSS for that instead!

Learn more about all available HTML elements on the MDN HTML elements references.

CSS Summary

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML.

Learn more about all available CSS properties and values on the MDN CSS Properties references.