Header Ads Widget

Responsive Advertisement

Ticker

10/recent/ticker-posts

Introduction to HTML

Introduction

HTML tutorial provides basic and advanced concepts of HTML. This HTML tutorial is developed for beginners and professionals. In this tutorial, every topic is given step-by step so that you can learn it in a very easy way. If you don't have any knowledge of HTML then you can learn HTML form beginners to a Advance 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.

Basic Structure of HTML 

<!DOCTYPE>
<html>
<head>
<title>solo gyan html tutorial</title>
</head>
<h1>This is a Heading.</h1>
<p>This is a paragraph.</p>
</html>

Post a Comment

0 Comments