HTML Tutorial

HTML tutorial or HTML 5 tutorial provides basic and advanced concepts of html. Our HTML tutorial is developed for beginners and professionals.
The major points of HTML are given below:
- HTML stands for Hyper Text Markup Language.
- HTML is used to create web pages.
- HTML is widely used language on the web.
- We can create static website by HTML only.
# HTML Example with HTML Editor
In this tutorial, you will get a lot of HTML examples, at least one example for each topic. You can also edit and run these examples, with our online HTML editor.
<!DOCTYPE>
<html>
<body>
<h1>Write Your First Heading</h1>
<p>Write Your First Paragraph.</p>
</body>
</html>
# HTML 5 Tags
In this tutorial, we will learn HTML 5 tags such as audio tag, video tag, canvas tag, HTML svg, HTML geolocation, HTML drag and drop etc.
# All HTML Tags
At last, we will learn all HTML tags one by one for example, marquee tag, textarea tag, br tag, hr tag, pre tag, h tag, code tag, input tag, title tag, meta tag, script tag, style tag etc.
# Prerequisite
Before learning HTML, you must have the basic knowledge of Computer Fundamental.
# Audience
Our HTML tutorial is designed to help beginners and professionals both.
# Problem
We assure, you will not find any problem in HTML tutorial. But, if you find any problem or mistake in our HTML tutorial, you can report to us.