What is the purpose of HTML and CSS?(1 point)

Responses

CSS provides the text and links for the webpage.

HTML provides the images and other media for the webpage.

CSS provides the text and links for the webpage. HTML provides the images and other media for the webpage.

CSS provides the layout and structure.

HTML decorates the webpage with colors, font sizes, and incorporate different media.

CSS provides the layout and structure. HTML decorates the webpage with colors, font sizes, and incorporate different media.

HTML provides the layout and structure.

CSS enhances the webpage with colors, font sizes, and incorporates different media.

HTML provides the layout and structure. CSS enhances the webpage with colors, font sizes, and incorporates different media.

HTML provides the text and links for the webpage.

CSS provides images and other media for the webpage.

1 answer

The correct response is: HTML provides the layout and structure. CSS enhances the webpage with colors, font sizes, and incorporates different media.

This statement accurately reflects the roles of HTML and CSS in web development. HTML (HyperText Markup Language) is responsible for the structure and content of a webpage, while CSS (Cascading Style Sheets) is used to style that content and improve its presentation.