HTML Introduction
The major points of HTML are given below:
- HTML stands for HyperText Markup Language.
- HTML is used to create web pages and web applications.
- HTML is widely used language on the web.
- We can create a static website by HTML only.
- Technically, HTML is a Markup language rather than a programming language.
HTML Basic Syntax
HTML is a markup language that consists primarily of tags that are enclosed inside angle brackets, for example, <p>. Most tags are paired to indicate the start and end of the text being marked up; an end tag is formed by including the tag inside the angle brackets with a forward slash, for example, </p>.
HTML Basic Syntax Practical
In this tutorial you are going to learn basic syntax of HTML coding in hindi with practical example.
Content Source :- Yahoo Baba, javaTpoint, W3Schools