Read03
What is HTML?
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