HTML Tutorial | HTML Introduction | HTML Basic Syntax | Hindi | Scroll Job Updates



HTML Introduction

HTML tutorial or HTML 5 tutorial provides basic and advanced concepts of HTML. Our HTML tutorial is developed for beginners and professionals. In our tutorial, every topic is given step-by-step so that you can learn it in a very easy way. If you are new in learning HTML, then you can learn HTML from basic to a professional level and after learning HTML with CSS and JavaScript you will be able to create your own interactive and dynamic website. But Now We will focus on HTML only in this tutorial.


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