Friday, July 2, 2021

HTML INTRODUCTION: html introduction - HTML Tutorial

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 your can learn it in a very easy way. It 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 as below:

  1. HTML stands for Hyper Text Markup Language.
  2. HTML is used to create web pages and web applications.
  3. HTML is widely static website by HTML only.
  4. Technically, HTML is a Markup language rather than a programming language.

In this tutorial, you will get a lot of HTML examples, at least one example for each topic with explanation. You can also edit and run these examples. Learning HTML is fun, and it's very easy to learn.

<!DOCTYPE>

<html>

<head>

<title>Web page tile</title>

</head>

<body>

<h1>Write your first heading</h1>

<p>Write your first paragraph</p>

</body>

</html>



0 comments:

Post a Comment