Tony is beginning a new web design project. The _____ file should be created first and the _____ file should be created after that.

(1 point)
Responses

CSS; HTML

CSS; HTML

HTML; CSS

HTML; CSS

CSS3; CSS4

CSS3; CSS4

CSS2; CSS3

1 answer

The correct response is:

HTML; CSS

In web design, it is standard practice to first create the HTML file to structure the content of the webpage, and then create the CSS file to style that content.