Content deleted Content added
m actually, <BR /> is invalid xhtml |
m →Header tags: Make metadata link direct |
||
Line 25:
:Delimit the page title. Depending on the user agent and the [[operating system]] it is rendered in various ways: in web browsers it is usually displayed in the browser's [[title bar]]; in the [[task bar]] when the window has been minimized; it can be taken as default for the name of the file when saving the page, etc.. The title element is special in that it cannot contain any other tags: all tags in the title must be rendered as if they are text. So <code><title>My <b>first</b></code> webpage</title> will render as "My <b>first</b> webpage", and not "My <b>first</b> webpage".
;<code><meta>...</meta></code>
:Delimit [[Metadata (computing)|metadata]], and can be used to specify a page description, keywords, and the special form <code><meta http-equiv="foo"></code>, used to specify commands which should be sent as HTTP headers.
;<code><link></code>
:Specifies any link types for the document, such as previous and next links, or alternate versions. Its most common use is to link an external [[cascading Style Sheets|stylesheet]] to the page, in the form:
|