HTML & CSS Basics Summary

html-css-logo

HTML Summary

HTML (Hyper Text Markup Language) is used to define your 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 Sheet) is used for styling your page content.

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