HTML

by on September 8th, 2008

Place favicon.ico file in root directory of your web host (public_html or www) and add following code into head section of your web page. <link rel="Shortcut icon" href="/favicon.ico"> </link> OR <link rel="icon" href="http://www.url/favicon.ico" type="images/x-icon" />

{ continue reading }

by on September 8th, 2008

Default HR is boring and fat. We can customize it in a way that it looks thin and light which serves the purpose while not disturbing our web page design.

{ continue reading }

Text like, a b c d e f and so on written in HTML will do fine in any browser, we all know that. What about the following! abcdefghijklmnopqrstuvwxyz….NoWordBreaksAndSentenceGoesOnAndOn… The text with no spaces. If there are no breaks in words then the sentence will proceed straight and cause horizontal scroll in web page. In [...]

{ continue reading }

In HTML we use tags for subscript and superscript like below:

{ continue reading }

Many options are available for list styles as following.

{ continue reading }

Here is an example of font styles for webpages. Download and use in web pages.

{ continue reading }