23.8k views
1 vote
What is the difference between HTML and CSS? * 1. CSS is a markup language unlike HTML 2. HTML is a backend technology and CSS is a front end technology. 3. HTML focuses on a web page's structure and CSS focuses on its presentation 4. As of HTML5 there is no difference

User Hunter
by
7.7k points

1 Answer

5 votes

Answer: 3. HTML focuses on a web page's structure and CSS focuses on its presentation.

Explanation: HTML is designed to allow you to add the content and format it correctly. However, CSS's job is to allow for stylizing.

User SteveSt
by
8.6k points