Question:

____ is a language for creating Web pages.

Show Hint

HTML provides the structure, CSS provides the style, and JavaScript provides the interactivity. These three are the core technologies for building web pages.
Updated On: Sep 19, 2025
  • HTML
  • C++
  • C Shell
  • Perl
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Analyze the function of each language.

HTML (HyperText Markup Language): This is the standard markup language used to create and structure content for web pages and web applications. It is the fundamental building block of the World Wide Web.
C++: This is a high-level, general-purpose programming language used for system software, game development, and high-performance applications. It is not primarily used for creating the structure of web pages.
C Shell (csh): This is a command-line interpreter and scripting language for Unix-like operating systems.
Perl: This is a general-purpose programming language often used for web development (specifically CGI scripting in the past), but it is not the language used to structure the web pages themselves.

Step 2: Identify the correct language. Based on the definitions, HTML is the language specifically designed for creating web pages.
Was this answer helpful?
0
0