Home > Article > Web Front-end > HTML
HTML b2386ffb911b14667cb8f0f91ea547a7 Tag
##All browsers support the b2386ffb911b14667cb8f0f91ea547a7 tag.Definition and Usage
Theb2386ffb911b14667cb8f0f91ea547a7 element defines the title of the document. (Recommended learning: HTML introductory tutorial)
Browsers use titles in a special way, and usually place them on the title bar or status bar of the browser window . Likewise, when a document is added to a user's links list or favorites or bookmarks list, the title becomes the default name for the link to the document.Tips
Tips: Theb2386ffb911b14667cb8f0f91ea547a7 tag is the only thing required to be included in the 93f0f5c25f18dab9d176bd4f6de5d30e tag.
Example:
A simple HTML document with as few required tags as possible:<html> <head> <title>XHTML Tag Reference</title> </head> <body> The content of the document...... </body> </html>
What’s in the title ?
Be sure to choose the right title, which is important to defining the document and ensuring it can be used effectively on the Web. Remember that users can access each document in the document set independently, in any order. Therefore, the title of a document should not only be defined in the context of other documents, but also show its own characteristics. Titles that contain document citation ordering are generally not good titles. For example, a title like "Chapter 16" or "Part 5" is of no use to the reader in understanding its content. A more descriptive title, like "Chapter 16: HTML Titles", or "Part 5: How to Use Titles", not only expresses its place in a large document collection, but It also explains the specific content of the document to attract readers to be more interested in reading.The above is the detailed content of HTML