CSS shorthand Tips

Posted by admin on April 1st, 2009

CSS font shorthand rule

font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;

Learning Website Development from scratch

Posted by admin on March 31st, 2009

We are in the process of writing this article


function  functionName($parameter1)
{
    Do some stuff;

}

Copyright © 2007 Web Development Made Easy. All rights reserved.