Which HTML tag is used to define an internal style sheet ?
2025
Which HTML tag is used to define an internal style sheet ?
Answer: A. <style> — The <style> tag is used to define an internal style sheet in HTML.
- A.
<style>
- B.
<css>
- C.
<link>
- D.
<script>
Attempted by 365 students.
Show answer & explanation
Correct answer: A
The <style> tag is used to define an internal style sheet in HTML.
Loading lesson…