preloader

What is Html?

illustrations illustrations illustrations illustrations illustrations illustrations illustrations
What is Html?

Published on May 12, 2020 by Harsh Gupta

What is HTML?

HTML (Hypertext Markup Language) is a language used behind the scenes of every website. HTML uses tags to form the content in a visible way to display on a web page. It is relatively easy to learn and does not require lots of time to understand. It includes everything from your headers, spaces and paragraphs on your web page.

HTML can be as simple as writing this blog, but it is written in specific tags so the browser can translate the content into a visible form. The browser does not display tags to the end user, but instead uses it to render the web page so the content is seen in an organised order.

HTML is not considered a programming language because it does not serve a functional purpose. What I mean by a functional purpose is the rule that accomplishes a specific task. For example, data goes in, then it gets processed and you end up with a result. But that is not the case with HTML. The sole purpose of it is to define a simple web page structure which consists of text or images. But when using it in conjunction with other languages such as CSS (Cascading Style Sheet), JavaScript or others, it becomes the product of a functional purpose.