Advertisements
Advertisements
प्रश्न
How do you tell the browser you are creating a styling section with an internal style sheet?
पर्याय
<style type="css"></style><class type="css"></class><class type="text/css"></class><style type="text/css"></style>
MCQ
Advertisements
उत्तर
<style type="text/css"></style>
Explanation:
The <style> tag should only be used within the <head> tag of a web page in order to include a style sheet:
<head>
<style type = "text/css">
... css rules ...
</style>
</head>shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
