HTML Full Form




HTML Full Form - What is HTML?

HTML Full Form, What is a full form of HTML, HTML, What is the Full Form of HTML? What is HTML, What is Full Form of HTML, Hyper Text Markup Language, Full Form of HTML.

Today whenever we want to see, hear, read or understand something, the first thought of the Internet comes to our mind because we know that any information of any kind will be found very easily on the Internet.

But you will find it very strange to know that very few people know where these information comes from on the Internet, that even today people in India only know how to use the Internet but it is not what the Internet is and how it works.

If you do any study related to computer field or have a little information about it, then you must have known that we and people like you publish a website by creating a website on the Internet. When it comes to creating a website, the first word that comes in listening to HTML. Let us know what HTML is, what HTML is full form and how website is made from HTML.

HTML Full Form

Full form of HTML “Hypertext Markup Language”, HTML was created by Tim Berners Lee in 1990. When the Internet started, a complete website was made from HTML itself, but now there are many computer languages available, using which you can create a great website, even an ERP system. Today, the use of HTML for designing websites has reduced a lot because now only HTML is used to create the structure of the website and we use CSS to give its style.

HTML is a MarkUp Language, developed to create web documents (web pages). HTML is a very simple Computer Coding Language. It was developed in the 90s. HTML is the basis of a web page and web pages are the basis of a website. HTML uses 'tags' to create a web document.

Hypertext

Hypertext is the method by which the web is explored. This is just a simple text. However, Hypertext keeps any other text associated with it which is activated by mouse click, touch, or key press. Its feature distinguishes it from ordinary text. Hypertext is called Hyperlink. Hyperlink can be made to any text by using HTML's Anchor (<a>) tags. Apart from this, images, videos, sound etc. can also be made Hyperlink. This is called Hypermedia. Hypertext has another feature that it is not linear, ie Hypertext can be activated in any order.

HTML Full form is Hypertext Markup Language. In which each word has different meanings. Let us now know the meaning of each word. And understand why HTML is called Markup Language?

Markup

HTML uses "HTML Tags" to create Web Document. Each HTML Tag defines the text between it in some way, it is called Markup. "<i>" is an HTML Tag that italicizes the text between them. Let us understand this with an example. We take a word TutorialPandit which has been written simple, which is visible directly to us like TutorialPandit. Now we markup it through HTML. And in Markup we slant it. When TutorialPandit is written between these two symbols <i> </i> like this, <i> TutorialPandit </i>, this word will look like "TutorialPandit". That is, it has been marked as italic.

Language

HTML is a language because it uses code-words to create a Web Document. Those are called tags. And there is also syntax of HTML to write these tags. Therefore, it is also a language. The syntax of HTML is shown below.

There are three possible parts of HTML syntax which are Element, Tags and Text respectively. HTML Element consist of HTML Tag. The word or letter that is written between Angel Bracket is called HTML Tag, it is of two types. First, the opening tag and the second closing tag. And the last part is text that is written between the HTML Tag.