With an external style sheet, you can change the look of an entire website by changing just one file!
Each page must include a reference to the external style sheet file inside the <link> element. The <link> element goes inside the <head> section:
DOWNLOAD VIDEO
Each page must include a reference to the external style sheet file inside the <link> element. The <link> element goes inside the <head> section:
EXAMPLE:
More details on the use of External stylesheets have been explained in the Video Below.<head>
<link rel="stylesheet" type="text/css"href="mystyle.css">
</head>
DOWNLOAD VIDEO
No comments