Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 543 Bytes

File metadata and controls

25 lines (15 loc) · 543 Bytes

Read03

What is HTML?

  • HTML is a markup language that defines the structure of your content.

  • HTML describes the structure of a Web page.

The main parts of our element are:

The opening tag, The closing tag, The content, The element

What is CSS?

  • CSS is the language we use to style an HTML document.
  • This tutorial will teach you CSS from basic to advanced.

How To Add CSS?

  • Three Ways to Insert CSS
  • There are three ways of inserting a style sheet:
    • External CSS
    • Internal CSS
    • Inline CS