Introduction to HTML

Source: Internet
Author: User

HTML: Hyper text Markup Language, Hypertext Markup Language

is a markup language , not a programming language.

Markup Language: is a set of tag tags .

HTML uses tag tags to describe a Web page .


HTML tags : HTML tag tags, HTML tags

HTML tags are keywords surrounded by angle brackets <> , such as

HTML tags are usually paired , such as <b> and </b>

In an HTML tag pair, the first tag is called the start tag /open tag, and the second tag is called the end tag /closing tag.


HTML documents : Also called Web pages .

Describes the Web page.

Contains HTML tags and plain text .


What Web browsers do: read HTML documents and display them as Web pages.

Instead of displaying labels, the browser uses tags to interpret the contents of the page .



<body>



<p> Everybody good </p>


</body>


Text between description page

Text between <body> and </body>: visible page Content

Text between <p> and </p>: displayed as title

Text between displayed as a paragraph


This article is from the "10319000" blog, please be sure to keep this source http://10329000.blog.51cto.com/10319000/1659406

Introduction to 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.