What is the purpose of HTML in a web application?
2024
What is the purpose of HTML in a web application?
Answer: A. To define the structure of web pages — HTML is used to define the structure and semantic content of web pages. Styling is mainly handled by CSS and interactivity by JavaScript.
- A.
To define the structure of web pages
- B.
To style web pages
- C.
To add interactivity to web pages
- D.
More than one of the above
- E.
None of the above
Attempted by 633 students.
Show answer & explanation
Correct answer: A
HTML is used to define the structure and semantic content of web pages. Styling is mainly handled by CSS and interactivity by JavaScript.
Loading lesson…