HTML Learning Note 4: Document declarations and coding tags

Source: Internet
Author: User

Document DeclarationFunction: In order for the browser to display HTML files better, you must inform the browser of your file as HTML syntax:<! DOCTYPE html>
    • The declaration must be placed in the first line of the HTML document
    • Declaration is not an HTML tag
Ii Coded LabelsIf you do not set the encoding type correctly, garbled characters are displayed when you need to display a character that is not a browser-set encoding type

Workaround:
    1. Use the <meta/> tag to set the encoding type in the
    2. The <meta/> element provides meta-information about the page, which contains information about the corresponding HTML, and the client browser or server-side program processes its properties based on this information:
    • HTTP-EQUIV, like the HTTP header protocol, will respond to the browser with some useful information that has helped to better display
    • Contents (content type), such as content= "text/html"
    • CharSet (encoding type), contained in content, such as content= "Text/html;charset=utf-8"
3. Full version <meta http-equiv= "Content-type" content= "Text/html;charset=utf-8"/>

HTML Learning Note 4: Document declarations and coding tags

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.