How do you apply internal CSS to style a paragraph with the color red?
Use the <link> tag in the head section.
<link>
Place the CSS directly within the <style> tag in the head section.
<style>
Apply the style directly to the <p> tag.
<p>
Include a separate CSS file in the body section.