किसी HTML दस्तावेज़ में बाहरी CSS फ़ाइल को शामिल करने के लिए सही सिंटैक्स क्या है?
What is the correct syntax for including an external CSS file in an HTML document?
A
<link rel="stylesheet" href="style.css">
B
<css href="style.css">
C
<style src="style.css">
D
<stylesheet link="style.css">
Explanation
Correct Answer: A) <link rel="stylesheet" href="style.css">