HTML Tutorials

Articles of Tutorials for HTML

How-To Prevent Browser Caching of Web Pages

* As posted on Top Cultured * Awh, browser caching. What a great tool to have but what a pain for web developers! If you are a web developer you know exactly what I am talking about. If you don’t know what browser caching is, here is a brief explanation: When you go to a specific page in your web browser, the browser caches that page in its memory so that when you access it again, instead...

Read More

Importance of TITLE Tag in Search Engine Optimization

The TITLE of a web page is displayed on the title bar of the browser. The title text is placed between the <TITLE> – </TITLE> tags inside the HTML head section. There are a few important reasons why you should choose an intelligent title for a web page Many search engines display the results using the content of the TITLE tag. If the title is missing, such search engines will...

Read More

Contents of the HTML title tag

I have always believed that <title> tags should contain the important keywords and key phrases. This helps the web page to rank higher in search engines. I usually follow the keywords with the web site structure. I first put the the description of the present page (so that all keywords are contained in this description). Be sure that all the keywords and key phrases are included in the...

Read More

HTML TITLE tag – understanding web page titles

Many web developers ignore the importance of the <title> tag. Though, according to HTML specifications, the use of <title> is mandatory, I have come across many pages on the Internet in which this tag is just not used. <title> provides us with an opportunity to spell out the content of our pages. It is also used by search engines to index pages. On search sites such as Hotbot,...

Read More

Web page headings using HTML tags

Headings form a part of the logical structure of an HTML document. There are six heading tags <h1> to <h6> each having its ending tag. To get better ranking in search engines, make sure that the web page headings contain all (or the most important) keywords and key phrases. If the same keywords and key phrases are repeated in the paragraph following the heading, the page will...

Read More

Protecting email addresses on web pages from spambots

This tip will help you in protecting your email address from spambots. Avoiding spam is not easy and there are several steps you can take to stop spam. However, this tip describes just one of ways of protection against it. The tip describes how to prevent spambots from picking your email address from your web site. What is ’spam’ and how to they get your email from a web page? SPAM is...

Read More