For the begining, we will simply add the small style sheet. Type the following rules into the document.
Syntax for CSS:
Here we are adding syntax to head tag in html page.
The Above Css Syntax will help you to begin your CSS work. First you should know the basic things about the Cascading Style Sheet (CSS), step by step learning is more important. Then only you will become a perfect Designer. For Information Please refer this website or Internet.
Thanks
Syntax for CSS:
<style type="text/css">
h1 {
// Give style rules
}
p {
// Give Style rules
}
</style>
h1 {
// Give style rules
}
p {
// Give Style rules
}
</style>
Here we are adding syntax to head tag in html page.
<head>
<title>Fresherstarget</title>
<style>
/* Give style rules here */
</style>
</head>
<title>Fresherstarget</title>
<style>
/* Give style rules here */
</style>
</head>
The Above Css Syntax will help you to begin your CSS work. First you should know the basic things about the Cascading Style Sheet (CSS), step by step learning is more important. Then only you will become a perfect Designer. For Information Please refer this website or Internet.
Thanks