Which of the following category of CSS is defined in the <head> section of an…
2018
Which of the following category of CSS is defined in the <head> section of an HTML page, within a <style> element?
- A.
Inline CSS
- B.
Internal CSS
- C.
External CSS
- D.
Both Internal and External CSS
Attempted by 152 students.
Show answer & explanation
Correct answer: B
Internal CSS is defined within a <style> element located in the head section of an HTML document.
Inline CSS applies styles directly to elements using the style attribute, while External CSS links to separate stylesheet files. Therefore, Internal CSS matches the description provided in the question.