What is HTML5

Source: Internet
Author: User

First, what is HTML5
HTML5 not only includes HTML, it is a series of related technologies used to make modern rich Web content.
Among these, the three most important technologies are: {

    1. HTML5 core Specification (tag Element) "Tag" = "label" = "element", such as <body><div><title>, are divided into single and double labels.
    2. CSS3
    3. Javascript. }

Second, HTML5 document structure
<! DOCTYPE html>//Document type declaration, case insensitive
<meta charset= "Utf-8" >//Declaration character encoding
<title> basic Structure </title>//Set document title
<body>//representing HTML document content
<a href= "http://www.baidu.com" > Baidu </a>//A hyperlink element (tag)
</body>//indicates end of HTML document content

Third,
1.To the search engine that the page is an HTML language, and the language is an English site, its "lang" means "language", the meaning of the language, and "en" means Chinese; If it is a Chinese page, change it to 2. Mainly for the search engine to see, the search engine will not judge the site is a Chinese station or English station, so this sentence is to let the search engine know, so whether it is en or ZH-CN, the HTML page itself will not have an impact.
3. It is instructive for Web page translation or screen reading browser, for example, if you use EN, some browsers will prompt you if you need to translate, with ZH-CN there is no such hint. These are HTML specifications, the more standardized the page, the more easily be included.

What is HTML5

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.