Question:medium

____ 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: Feb 18, 2026
  • HTML
  • C++
  • C Shell
  • Perl
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Examine the purpose of each language.

HTML (HyperText Markup Language): The standard markup language for structuring web content, forming the basis of the World Wide Web.
C++: A versatile, high-level programming language for system software, game development, and high-performance applications, but not for web page structure.
C Shell (csh): A command-line interpreter and scripting language for Unix-like systems.
Perl: A general-purpose programming language often utilized in web development (historically for CGI scripting), but not for defining web page structure.

Step 2: Determine the appropriate language.As defined above, HTML is specifically designed for web page creation.
Was this answer helpful?
0