HTML, html tutorial

Source: Internet
Author: User

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>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.