Which programming language is primarily used for web page structure?
A
HTML
B
Python
C
C++
D
Java
Correct Answer: Option A — HTML
Explanation:
HTML, or HyperText Markup Language, is used to structure content on web pages by defining elements such as headings, paragraphs, and links. ...
HTML, or HyperText Markup Language, is used to structure content on web pages by defining elements such as headings, paragraphs, and links. While Python, C++, and Java are general-purpose languages, HTML is specifically for web layout.