What is “HTML” used for?
a) To create and structure webpages
b) To design computer hardware
c) To program mobile applications
d) To manage databases
Answer:
a) To create and structure webpages
Explanation:
HTML, or HyperText Markup Language, is the standard language used to create and structure content on webpages. It provides the framework for text, images, links, and other elements that are displayed in web browsers.
HTML uses a system of tags to define the structure of a webpage. For example, the <h1> tag is used for headings, while the <p> tag is used for paragraphs. HTML forms the foundation of every website, alongside CSS and JavaScript for styling and interactivity.
Understanding HTML is essential for web development, as it allows developers to build websites that are accessible, organized, and visually appealing for users browsing the web.