Answer:
A formal tone I think
HTML focuses on a web page's structure and CSS focuses on its presentation, so the correct option is 3.
HTML (Hypertext Markup Language) and CSS (Cascading Style Sheets) are both core technologies used in web development, but they serve different purposes and have distinct roles:
HTML is a markup language used for creating the structure and content of web pages. It provides a set of tags or elements that define the different components of a web page, such as headings, paragraphs, images, links, forms, and more. HTML is primarily responsible for organizing and arranging the elements on a page, creating a hierarchical structure, and specifying the relationships between different content elements.
CSS, on the other hand, is a style sheet language used to describe the presentation and visual appearance of HTML elements on a web page. It allows web developers to define the layout, colors, fonts, sizes, spacing, and other visual aspects of the elements. CSS separates the presentation layer from the structure defined by HTML, making it easier to apply consistent styling and maintain a uniform look and feel across multiple web pages.
HTML and CSS work together to create a cohesive web page. HTML sets up the structure and content, while CSS adds the styling and presentation. By separating these concerns, it becomes easier to update and modify the design of a website without affecting its underlying structure or content.
Option 1 is incorrect because CSS is not a markup language. It is a style sheet language.
Option 2 is incorrect because HTML and CSS are not categorized as backend or frontend technologies. They are both frontend technologies used in web development.
Option 4 is incorrect because HTML5 introduced new features and improvements to HTML, but it did not eliminate the distinction between HTML and CSS. They still serve different purposes and have distinct roles in web development.
Learn more about HTML at:
#SPJ2
Answer:
The answer is C
Explanation:
How it is C is because HTML is basicly the building blocks where you would have to make a button or something and you could make that button look better and more presentable by using CSS by either creating another document for the .CSS file or by using the <style> element
-Best Regards