Challenger App

No.1 PSC Learning App

1M+ Downloads
Which of the following is used as a language for designing web pages ?

AHTTP

BHTML

CSSL

DSMTP

Answer:

B. HTML

Read Explanation:

HTML stands for HyperText Markup Language. It is the standard language used to create the structure and layout of web pages. It uses "tags" (like <h1>, <p>, <a>) to define elements such as headings, paragraphs, links, and images, allowing web browsers to render the content correctly.

  • Why the other options are incorrect:

    • (HTTP): HyperText Transfer Protocol is the underlying protocol used by the World Wide Web to define how messages are formatted and transmitted, and what actions web servers and browsers should take in response to various commands. It is a communication protocol, not a design language.

    • (SSL): Secure Sockets Layer is a standard security technology for establishing an encrypted link between a web server and a browser, ensuring that all data passed remains private and integral.

    • (SMTP): Simple Mail Transfer Protocol is a communication protocol specifically used for sending email messages across the internet.


Related Questions:

Find the odd one out :
ASCII refers to :
What is the correct way to declare a variable in JavaScript ?
ASCII stands for :
Choose the correct HTML element for the largest heading.