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