Browsing all posts in Web Development.

Web 2.0 and Web Marketing

I like to believe that Web 2.0 and Web Marketing were made for each other. After this article, I believe that you will agree with me also.
There are many ways to create traffic to your site using the all powerful Web 2.0, but in this article, I am going to explain what I consider to [...]

Applying CSS

There are three ways to apply CSS (Cascading Style Sheets) to HTML.
In-line
In-line styles are plonked straight into the HTML tags using the style attribute.
They look something like this:

p style=”color:red”>text</p>

This will make that specific paragraph red.
But, if you remember, the best-practice approach is that the HTML should be a stand-alone, presentation free document, and so in-line [...]

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 [...]

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 [...]

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 [...]

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 [...]