HTML stands for Hyper Text Markup Language, is used for creating:

A. Web Server
B. Websites
C. Web Pages
D. None of these

  1. Web pages are digital documents on the internet that display information using text, images, videos, and links through a web browser.
  2. They are built using HTML (HyperText Markup Language) and often styled with CSS and made interactive with JavaScript.
  3. Web pages can be static (unchanging) or dynamic (updated in real time) and are the basic parts of websites users visit online.

🧠 Explanation:

HTML, or Hyper Text Markup Language, is used for creating web pages, defining their structure and content. It uses tags to format text, images, and links, forming the backbone of websites. Essential in web development, HTML works with CSS and JavaScript for dynamic sites. Understanding HTML is key in digital literacy, enabling website creation and online communication. Studying it highlights its role in shaping the internet, a foundational skill in technology and web design for modern digital environments.