<title>Create a title for your site to be displayed in the browser's top heading. Placed within the "Head" element. Attribute | Description | dir | Change the display of text from left to right, or right to left. Very useful in language translation. | lang | Define the language to display your element in. Here's a link to the abbreviations of languages. http://www.oasis-open.org/cover/iso639a.html |
Code:
<head>
<title>My Great Webpage!</title>
</head>
Display:
|