Page TitleHTML Beginner Tutorials On How To Make A WebsiteThe basic structure of an HTML document includes tags, which surround content and apply meaning to it. Change your document so that it looks like this:
Page Title.
We have added two new elements here, that start with the The head element which starts with the We will see later on that other elements can appear inside the head element, but the most important of them is the title element. If you look at this document in the browser (save and refresh as before), you will see that "My first web page" will appear on the title bar of the window not on the web page. The text that you put in between the title tags has become the title of the document. If you were to add this page to your 'favourites' (or 'bookmarks', depending on your browser), you would see that the title is also used there. Related Pages
|

