What is HTML ?

HTML stands for "HyperText Mark-up Language." But what does that mean? HyperText are the text which contain links.Mark-up Language is the language which contains tags . These tags are used to change the appearance of the texts."marking up" your text with <b> before it and </b> after it will put that text in bold.HTML is the language that computers read in order to understand web pages.

HTML Tags

HTML tags are keywords surrounded by angle brackets like <html> .These tags are of two types i.e. singular tags and paired tags.

Paired Tags

Singular Tags

Why Should we use HTML ?

Today pretty much web servers (Apache, Microsoft Windows IIS, test and debug web servers, etc) support HTML over HTTP . All Web Browsers can understand HTML .So anything written in HTML will work anywhere.