« Crash guide to HTML. Lesson 5 - adding page titles »
...
|
<html> <head> <title>Ackadia - Learn HTML - lesson 5 - titles</title> </head> <body background="stone.jpg"> This page will look the same except that the page title should appear at the top of your browser. <br /><br /> This has a number of uses including identifying the page - especially when minimised, plus search engines generally use it in the page description. <br /><br /> Next we'll add an image to the page. <br /><br /> </body> </html> See this code running in your browser |



