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