Where is the recommended place to link a CSS file?
Inside the <head> section
<head>
At the end of the HTML document
After the closing </html> tag
</html>
Inside the <body> section
<body>