How to add External Stylesheet in HTML and Css

Share:


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:

EXAMPLE:

<head>
        <link rel="stylesheet" type="text/css"href="mystyle.css">
</head>
More details on the use of External stylesheets have been explained in the Video Below.

DOWNLOAD VIDEO


No comments

Sponsored

Search This Blog