The basic structure of HTML markup Language--html

Source: Internet
Author: User
Tags html header

The basic structure of HTML

1

1.1 Explanation

document tags for HTML documents, also known as HTML start tags

1.2 Features

The tags are located at the front and end of the page, respectively

2

2.1 Explanation

HTML file header tag, also known as HTML header information start tag

2.2 Features

basic information to include the file, such as the title of the page, keywords, can be placed in the

2.3 Note

content within the

3 <title> Content </title>

3.1 Explanation

HTML file title tag

3.2 Features

The "theme" of the Web page, displayed in the top left of the browser's window

3.3 Note

the title of the page should not be too long, to be short and concise, can specifically reflect the content of the page,<title></title> tag can not contain other tags

4 <body> Content </body>

4.1 Explanation

the body tag of an HTML document

4.2 Features

<body>...</body> is the main part of a Web page, where it can include <p></p>,

4.3 Common properties of the body tag

4.3.1 bgcolor Setting the background color

<body bgcolor= "Red" ></body>

4.3.2 Text color setting

<body text= "Green" ></body>

4.3.3 link to set the color of links

<body link= "Blue" ></body>

4.3.4 Vlink has visited the link color

<body vlink= "Yellow" ></body>

4.3.5 ALink is being clicked on the link color

<body alink= "Red" ></body>

The basic structure of HTML markup Language--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.