Advantages and Disadvantages of Using CSS

August 7th, 2010

In modern web design culture, the use of style sheet languages such as CSS has become a popular tool and trend for web designers. The use of CSS started when the need for functional web designs, both effective and efficient, were in great demand and the use of table weren't as effective and as efficient as anyone have thought Read More...

Absolute and Relative font sizing control | Advantages & Disadvantages of font size in relation to browsers | CSS web design

July 29th, 2010

Absolute Font Sizing: (Example: is in pixels or points)p (font-size: 12pt)  OR  h1 (font-size: 40px)  OR  h4 (font-size: 1pc)One of the advantages of specifying absolute font-size is that a web designer knows how browsers (all the main ones) will display pages. Points and picas (pt/pc) are best used for printing (points & picas are media units) Read More...