Home / Questions / What is HTML?
Explanatory Question

What is HTML?

👁 7,999 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Answer 1

HTML is short for HyperText Markup Language and is the language of the World Wide Web. It is the standard text formatting language used for creating and displaying pages on the Web. HTML documents are made up of two things: the content and the tags that format it for proper display on pages.

Answer 2

HyperText Markup Language is a set of logical codes (markup) in parentheses that constitute the appearance of a web document and the information it contains. It is a language for creating static web pages. It specifies how the contents are to be presented on the web page. HTML is not a case sensitive language so; HTML and html both are the same. HTML is a text document with formatting codes and this document has the extension ".html" or ".htm".