Use of the html title and heading tags
Of all the HTML tags the title tag (<title></title>) can be argued to be the most important. It allows the viewer of the site to determine the subject of the page and therefore should be populated with great care. Many web pages can be seen on the internet where the page designer has not given the title very much thought. This results in the ubiquitous title "Home" on many pages. Which is of course not very useful to the user. Similarly the use of heading tags (h1 to h6) can also be important to guide the reader as to what the topic of the page is.