What is The HTML & CSS ?

What is HTML?

  • HTML is the standard markup language for creating Web pages.

  • HTML stands for Hyper Text Markup Language.

  • HTML is the standard markup language for creating Web pages.

  • HTML describes the structure of a Web page.

  • HTML consists of a series of elements.

  • HTML elements tell the browser how to display the content.

  • HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.

What is CSS?

  • CSS is the language we use to style a Web page.

  • CSS stands for Cascading Style Sheets

  • CSS describes how HTML elements are to be displayed on the screen, paper, or in other media

  • CSS saves a lot of work. It can control the layout of multiple web pages all at once

  • External stylesheets are stored in CSS files.