HTML

by on April 11th, 2011

Lorem ipsum is a place holder text. Publishers and graphic designers need it every day in almost every task. Lorem ipsum is commonly used to demonstrate the visual presentation of fonts, typography or layout. An example of lorem ipsum paragraph is below: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt [...]

{ continue reading }

by on January 23rd, 2009

Now using javascript we can use any font in web page by using techniques such as Typeface and Facelift Image Replacement (or FLIR) or sIFR. sIFR needs flash while others do not. sIFR is for smoothness look of fonts. Instead of creating images or using flash just to show your site’s graphic text in the [...]

{ continue reading }

by on October 26th, 2008

I have described about using nice and clean fonts in web page. Now lets see some more details about using fonts in web pages. As we know Verdana, Arial and Tahoma are being used from the beginning. In Web 2.0 Style, and many open source softwares such as WordPress, now-a-days some other fonts are being [...]

{ 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 }

Markup language validation is very important. Without it your web page will not be indexed in Google. Google crawlers will just avoid the invalid markup and errors in HTML. Here is a complete list of tips you can use to avoid HTML markup errors and warnings so that you write valid HTML or XHTML.

{ continue reading }