This is an archive of an inactive wiki and cannot be modified.

Writing a short but descriptive title

This technique gives a possible implementation for the CategoryBpPageTitle in XHTML.

The title of the page is given in XHTML with the <title> element in the <head> element of the page.

A good title should give enough context to be understandable out of the context of the site, while keeping it short enough for being readable in reduced space conditions.

Due to the way the page titles are displayed, it is also a good idea to put the most relevant information at the start of the title.

Code sample 1

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Time Frame (the Modern Music Guide, Section 1)</title>
<body>
...
</body>
</html>

Further reading


CategoryXhtml CategoryBpPageTitle

Contributions to this wiki are governed by the W3C policies for Contribution to W3C' wiki on Mobile Web.