Advertisements
Advertisements
प्रश्न
Where do you place the code to associate a Web page with an external style sheet?
कोड लेखन
लघु उत्तरीय
Advertisements
उत्तर
In order to link a webpage to an external style sheet, we insert the following code in the head tag:
<head>
<link rel="stylesheet" type="text/css" href="sample.css">
</head>
where sample.css is the name of the CSS file.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
