Wednesday, 20 January 2016

External Style Sheet

¢An external style sheet is ideal when the style is applied to many pages.
¢With an external style sheet, you can change the look of an entire Web site by changing one file.
¢Each page must link to the style sheet using the <link> tag. The <link> tag goes inside the <head> section:

<head>
<link
rel="stylesheet" type="text/csshref="mystyle.css">
</head>

0 comments:

Post a Comment