HTML, html tutorial
1. What is HTML?
- HTML is a language used to describe web pages;
- HTML refers to Hyper Text Markup Language.
- A Markup language is a set of Markup tags );
- HTML uses tag to express web pages;
- HTML documents include HTML tags and text content;
- HTML documents are also called web pages;
2. HTML tag
- HTML tag, usually known as HTML tag );
- HTML tags are usually paired, such as <B> </B> bold labels;
- For a tag pair, the first tag is the start tag, and the second tag is the end tag;
- The start and end labels are also known as open and closed labels;
3. Web Browser
Web browsers (such as Google browsers, IE ..) Is used to read HTML files and display them as webpages;
The browser does not directly display the HTNL tag, but you can use the tag to show the HTNL page to the user.
4. <! DOCTYPE> Declaration
<! DOCTYPE> statement helps the browser to correctly display webpages. The doctype statement is case insensitive.
For example:
<! DOCTYPE html> <! Doctype html> <! Doctype html> <! Doctype Html>