Key Topics


Summary


What is HTML?

HTML stands for HyperText Markup Language, and it is the standard language for creating Web Pages.

HTML tells websites what content to display, such as indicating what the heading is, what the body is, what images should be shown, etc. It is the building block of a website that creates the foundation for the information that would be present.

img_chrome.png

What is CSS?

CSS, or Cascading Style Sheets, is a programming language that is used to describe how the HTML code will be displayed on the screen.

If HTML provides the information to be displayed, CSS determines how the information will be presented, such as font, color, size, and placement.

ezgif.com-video-to-gif.gif