Skip to content

2. HTML Introduction

Deepak Kumar edited this page Jul 28, 2020 · 1 revision

HTML stands for Hyper Text Markup Language.

It is one of the 3 core web development technologies, which are HTML, CSS and JavaScript.

HTML is responsible for creating the structure of web page.

CSS is responsible for styling and formatting the HTML elements.

JavaScript is responsible for adding functionality to the HTML elements.

HTML was created by Sir Tim Berners-Lee in 1991.

The first version which is HTML1 was released in 1993.

The main purpose of HTML was to create web pages for sharing information.

The latest version, HTML5 was released in 2014 which brings HTML to pace up with the rapid evolving Web Development.

Clone this wiki locally