MCQ
Which tag is used to connect an external CSS file to an HTML document?
Unit-3 Programming Fundamentals
A <style>
B <css>
C <link>
D <script>
Explanation

The <link> tag, placed in the head, connects an external stylesheet to the page.