HTML Tutorial

You are Here:

HTML History

HTML (Hypertext Markup Language) was developed from the prototype written by Tim Berners-Lee in 1991.

HTML Purpose

HTML is a standard for describing the structure and presentation of information via the Internet.

Usage Rights

HTML is free for all uses: government, commercial, personal or educational.

Prerequisites

To learn HTML, you should have a basic knowledge of operating a PC/Laptop.

Example

In this example, we will demonstrate how to add heading and paragraph to your web page.

HTML Online Editor
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>This is a Heading</h1> <p>This is a Paragraph</p> </body> </html>

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author