आंतरिक स्टाइल शीट का उपयोग एक से अधिक दस्तावेज़ के लिए कई शैलियों को जोड़ने के लिए किया जाता है।
The internal style sheet is used to add multiple styles for more than one document.
A)
B)
Explanation:
The statement: "The internal style sheet is used to add multiple styles for more than one document." is False.
An internal style sheet is used to define CSS rules within a single HTML document, not for multiple documents. It is placed inside the <style>
tag, usually within the <head>
section of an HTML page.