How do you link an external CSS stylesheet to an HTML document?
Using the <style> tag in the <head>
<style>
<head>
Using the <css> tag in the <footer>
<css>
<footer>
Using the <link> tag in the <head>
<link>
Using the <script> tag in the <body>
<script>
<body>