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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
