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 pagesHTML is used to define the structure and semantic content of web pages. Styling is mainly handled by CSS and interactivity by JavaScript.

  1. A.

    To define the structure of web pages

  2. B.

    To style web pages

  3. C.

    To add interactivity to web pages

  4. D.

    More than one of the above

  5. 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.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…