A. web page
B. machine language program
C. both
D. None
The correct answer is: A. web page
Here’s why:
- HTML (HyperText Markup Language) is a standard markup language specifically designed for creating web pages. It defines the structure and content of web pages by using tags that describe different elements like headings, paragraphs, images, links, etc.
- Machine language program: Machine language is a low-level language directly understood by a computer’s processor. It’s not human-readable and requires specialized tools for writing and compiling.
- Both: HTML is not a programming language like Python or Java used to create complex software applications.
- None: While HTML plays a crucial role in web development, it’s not the only technology involved. Other languages like CSS (Cascading Style Sheets) and JavaScript are commonly used alongside HTML to style and add interactivity to web pages.
So, HTML’s primary purpose is to create the structure and content of web pages, making A. web page the most accurate answer.