CSS : - Cascaded Style SheetCSS plays an important role in a HTML page. To use CSS , first of all it is necessary to know why we use css? css is used to reduce typography in a document.We use css for styling in an HTML page.We write properties of tags and document once and can use them each time when we use that tags.
Using css we can put styling for any of the tag combined in a file or within that page.we can include our css in our document by introducing style tag. How we can use the style tag is shown here -<style type="text/css">
[ body ]
</style>
Or we can write our whole css body part in a different file with ".css" extension and can include the file in our document by using link tag. How we use link tag in our document is shown here -
<link rel="stylesheet" href=" url of the file with .css extension " type="text/javascript" />
I will teach you that how to write body part of the css file in my later post.
Just check out this link for my newer post on css More CSS . I think it will help you.
thanks to visit .
No comments:
Post a Comment