Articles

Affichage des articles du 2004

Développer en HTML

HTML The HTML <head> Element The <head> element is a container for metadata (data about data) and is placed between the <html> tag and the <body> tag. HTML metadata is data about the HTML document. Metadata is not displayed. Metadata typically define the document title, character set, styles, links, scripts, and other meta information. The following tags describe metadata: <title>, <style>, <meta>, <link>, <script>, and <base>. The HTML <title> Element The <title> element defines the title of the document, and is required in all HTML/XHTML documents. The <title> element: * defines a title in the browser tab * provides a title for the page when it is added to favorites * displays a title for the page in search engine results The HTML <style> Element The <style> element is used to define style information for a single HTML page: The HTML <link> Element  The <link> element is used to li