What is the correct syntax for an internal CSS, where styles are embedded in the <head> section of an HTML document?
<head>
Within a <link> tag
<link>
Within a <script> tag
<script>
Within a <css> tag
<css>
Within a <style> tag
<style>