HTML Introduction, What is HTML? Who Created?

3.2K views 1 minutes read
A+A-
Reset

What is HTML?

HTML is a Mark-Up Language. It’s full form is Hyper Text Markup Language.
This language is invented by Swish Physician Tim Berners-Lee in 1990 AD at European Laboratory, Switzerland.

HTML Introduction:

HTML is a simple scripting language used to create hypertext documents. Hyper text document is a piece of text that works as link.
Before HTML, it was SGML which is abbreviation of Standard Generated Markup Language.

HTML Tags

HTML is markup language which is written inside codes, and these codes are called tags. These tags are written inside angle brackets (<>).
These tags are of two types.

Container Tag:

Also called Paired Tags. These tags have endings also. These tags are closed with forward slash (/). eg.

<p>...</p>
<h1>...</h1>
<center>...</center>
<span>...</span>
<table>...</table>
<title>...</title>

Empty Tag:

Also known as single tag. These tags do not have endings. Eg.
<hr >
<br >

Keep reading and send feedback. Next is a first HTML Page with compulsory tags and markups.

Related Posts

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More

Index

Adblock Detected

Please support us by disabling your AdBlocker extension from your browsers for our website.