Showing posts with label Learn CSS. Show all posts
Showing posts with label Learn CSS. Show all posts

Friday, 28 March 2014

CSS Tutorial हिन्दी में

सी एस एस सीखें - हिन्दी में
CSS के द्वारा आप विभिन्न  Web pages की style और layout को एक साथ कंट्रोल कर सकते है। जिससे आप अपना बहुत सा समय बचा सकते है।

CSS Example

body
{
background-color:#d0e4fe;
}
h1
{
color:orange;
text-align:center;
}
p
{
font-family:"Times New Roman";
font-size:20px;
}

What You Should Already Know

CSS सीखने से पहले आपको HTML / XHTML का ज्ञान होना आवश्यक है।
  • HTML / XHTML