HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML INTRODUCTION

Welcome to HTML!



HTML stands for HyperText Markup Language.

 

History


It was first created by Tim Berners-Lee, Robert Cailliau, and others starting in 1989. It is the standard markup language for documents designed to be displayed in a web browser.

HTML 2 Released on November 24, 1995
HTML 3 Released on January 14, 1997
HTML 4 Released on December 18, 1997
HTML 5 Released on October 28, 2014
HTML 5.1 Released on November 1, 2016
HTML 5.2 Released on December 14, 2017

 

What is HTML?

 

  • It is a mark-up language.
  • It consists of tags, and attributes.
  • It tells the browser how to display the content.
  • It defines the structure of the website.

 

Explanation:-

 

It is assisted by technologies like CSS (Cascading Style Sheets) and scripting languages like JavaScript.Unlike scripting or programming language that uses scripts to perform functions, a markup language uses tags to identify content. A Markup Language is a way that computers speak to each other to control how text is processed and presented. Internet browsers get HTML pages from a web server or from local storage and render them into sight and sound pages. HTML depicts the construction of a page semantically and initially includes prompts for the presence of the record.

Code Explanation

All Tutorials related to HTML Intro

All Sections related to HTML