HTML & CSS

What is HTML?

HTML stands for Hyper Text Markup Language

It is a language used to create web page layouts. It uses "HTML tags" to tell web browsers how text, images, and other kinds of content should be arranged on the page.

What is CSS?

CSS stands for Cascading Style Sheets

It allows us to change the formatting and style of a web page. It controls things like colors and fonts.

p

Why are HTML & CSS so important?

  1. Every single website uses them!
  2. Web browsers like Chrome, Firefox, and Internet Explorer read HTML and CSS so that they know how to show the web page.
<