Question:

Which programming language is used for web development?

Show Hint

HTML is the foundation of web pages—it tells the browser what to show and how to organize it.
Updated On: Jun 9, 2025
  • COBOL
  • HTML
  • Assembly
  • FORTRAN
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Identify the nature of each language

COBOL: A high-level language developed for business data processing applications.
Assembly: A low-level language used to communicate directly with hardware.
FORTRAN: A scientific programming language mainly used in numerical and engineering computations.
HTML (HyperText Markup Language): A standard markup language used for creating and designing web pages.

Step 2: Purpose of HTML in Web Development
HTML is not a programming language but a markup language that defines the structure of web content. It organizes content into elements like headings, paragraphs, lists, links, images, tables, and more. It is the backbone of all websites.

Step 3: Conclusion
Among the options, only HTML is directly used for web development, making option (2) the correct answer.
Was this answer helpful?
0
0