External CSS Back
<link>
element can be used to find external CSS fils.- attribute href is to specify the path to the CSS file.
- attribute type is to specify the type of document and the value should be text/css.
- attribute rel is to specify the relationship betwen the HTML page and the file it is linked to.