HTML & CSS Basics Summary

HTML and CSS Summary Image

HTML Summary

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

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

CSS Summary

CSS (Cascading Style Sheet) is used for styling your page context.

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