HTML is used to create

Computer Knowledge ·Previously asked in JKSSB Veterinary Pharmacist 2025

View the full solved paper: JKSSB Veterinary Pharmacist – 2 March 2025

Question

HTML is used to create

  1. A. machine language program
  2. B. high level program
  3. C. web page (Correct answer)
  4. D. web server

Correct Answer

Option C — web page

Detailed Solution & Explanation

The correct answer is web page.

Key Points

  • HTML (HyperText Markup Language) is the standard language used to create web pages.
  • It structures the content of a page using tags — for example headings, paragraphs, links, images, lists and tables — which a web browser then renders for the user.
  • HTML is a markup language, not a programming language: it describes the structure and content of a page rather than performing computation.
  • It works alongside CSS (which controls appearance/styling) and JavaScript (which adds interactivity).
  • distinguish the three core web technologies — HTML for structure, CSS for style, JavaScript for behaviour.
  • A web page is stored as an .html file and served by a web server.

Exam Tip

  • remember that HTML makes the web page, while a web server (like Apache or Nginx) is the software that delivers those pages — a common distractor pairing in computer-awareness questions.

Topics covered: Web Technology HTML