While researching a topic, a student has taken the following notes:
<ul> <li>HTML provides the structure of web pages.</li> <li>CSS provides the styling and visual design.</li> <li>JavaScript provides interactivity and behavior.</li> <li>All three are core technologies of the web.</li> <li>Modern websites typically use all three together.</li> </ul> The student wants to contrast the roles of HTML and CSS. Which choice most effectively uses relevant information from the notes to accomplish this goal?Which choice most effectively makes the student's point?
- A
JavaScript provides interactivity.
- B
HTML, CSS, and JavaScript are core web technologies.
- Ccheck_circle
HTML provides the structure of a web page, while CSS provides its styling and visual design.
- D
Modern websites use all three together.
Explanation
The goal is contrasting HTML and CSS. Choice C states their respective roles. A and B are similarities, D mentions a third technology.