Which of the following is an example of an interpreted language typically used for creating web pages by defining the structure and presentation of textual information?
HTML is the correct answer because it is a markup language, which is a type of interpreted language that defines the structure and presentation of textual information on web pages. Although PHP and Python are also interpreted, they are scripting languages used primarily for writing scripts that add interactivity and functionality to web pages, not for defining structure. C++ is a compiled programming language and therefore not the best answer for this question.
Learn More
AI Generated Content may display inaccurate information, always double-check anything important.
What is the role of HTML in web development?
How does an interpreted language differ from a compiled language?
Can you explain the difference between HTML and other scripting languages like PHP and Python?