HTML
Definition and Usage
The
Tips
Tips: The
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