What is HTML? With text Editor - topical1

What is HTML 

HTML  or  HTML5 



Provides basic and advanced concepts of HTML. Our HTML  is developed for beginners and professionals. In our Html, every topic is given step-by-stem 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 Example with HTML Editor

In this Editor, 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, with our online HTML editor. Learning HTML is fun, and it's very easy to learn.


<DOCTYPE>

<html>

<head>

<title>Web page title<title>

</head>

<body>

<h1>Write Your First Heading</h1>

<p>Write Your First Paragraph.</p>

</body>

</html>

Neeraj Yadav

I would like to blogging and I want to publish and share my opinion to publickly.

Post a Comment (0)
Previous Post Next Post