Asked by Andrew Shoffler on Jun 17, 2024

verifed

Verified

Which of the following is NOT true about HTML?

A) HTML is a fully featured programming language.
B) HTML is an instruction set to display a webpage using tags.
C) To make a webpage interactive, programmers write code in ASP, JSP, or PHP to adapt HTML to user's responses.
D) HTML is cannot create rich user interaction on its own.

HTML

HTML (Hypertext Markup Language) is the standard markup language used for creating web pages and web applications.

  • Describe the utilization of HTML along with symbols/tags in formatting and managing the display of information on the web.
verifed

Verified Answer

AF
Aaryan FarooquiJun 18, 2024
Final Answer :
A
Explanation :
HTML (HyperText Markup Language) is not a programming language; it is a markup language used to structure content on the web. It does not have the capabilities of a fully featured programming language like control structures or logic processing. Programming languages like JavaScript, along with technologies such as ASP, JSP, or PHP, are used to create dynamic and interactive web pages.