Which basic language is used to design a web page?

(A) PHP
(B) HTML
(C) JAVA
(D) None of these

🧠 Explanation:

The basic language used to design a web page is **HTML (HyperText Markup Language)**. HTML provides the structure and content of web pages by defining elements such as headings, paragraphs, images, and links. It acts as the backbone of every website, allowing browsers to display text and multimedia in an organized way. Understanding HTML is essential for anyone learning web development or creating websites.