"EDUCATION IS NOT THE PREPRATION OF LIFE
EDUCATION IS LIFE ITSELF"

 

The CASCADING STYLE SHEETS(CSS) are of following types:



1) INTERNAL STYLESHEET

First we will explore the internal method. This is the way in which we apply the style

 sheets internally .This way you are simply placing the CSS code within the <head>

 </head> tags of each HTML file you want to style with the CSS. The format  for

this is shown in the example below.

<head>

<title><title>

<style type="text/css">

 

/* here you put the code for adding the style in your websites*/


</style>

</head>

<body>

                                                                                                                          PREVIOUS       NEXT 

 


hit counter