Showing posts with label history html. Show all posts
Showing posts with label history html. Show all posts

Sunday, July 3, 2022

Introduction of HTML

 Introduction of HTML


HTML LOGO



HTML :-



Introduction to HTML

HTML IS Hypertext Markup Language.

HTML is the Standard markup language for creating web pages.

HTML code is used to structure of a web page.

HTML For creating and structuring content on the world wide web .

HTML element content such as Heading, Paragraph, Link , Images, and Underline tag, Table, Form etc..

HTML is the standard markup markup language use to web pages. HTML describes the structure of web page.HTML consist of keyword/html Tag enclosed in angle brackets and most tag in pairs forming and opening tag, content, and closing tag. html opening tag Example :- <h1> and html closing tag s convey the forward-slash example :-</h1>

HTML stands for Hyper Text Markup Language. HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. HTML. (HyperText Markup Language)HTML is the most widely used language on Web to develop web pages. In Late 1991 Berners-Lee created HTML but "HTML 2.0(1995)" was the first standard HTML. 

A markup language is a programming language that is used make text more interactive and dynamic. HTML documents are ASCII text files that can be edited using simple editors.Hyper Text simply means "Text within Text". A text has a link within it, is a hypertext. Every time when you click on a word which brings you to a new webpage, you have clicked on a hypertext. Web browsers can read HTML files and render them into visible or audible web pages. Browsers do not display the HTML tags and scripts, but use them to interpret the content of the page. HTML is the language for describing the structure of Web pages. HTML gives authors the means to: Publish online documents with headings, text, tables, lists, photos, etc. Retrieve online information via hypertext links, at the click of a button.

HTML is the language for describing the structure of web pages. HTML given authors the means to publish online documents with heading, text table, lists , photos, video etc. Retrieve online information via hypertext links, click of a button. HTML uses "markup" to annotate text, images, and other content for display in a Web browser.

  HTML markup includes special "elements" tag  such as <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <nav>, <output>, <progress>, <video>, <ul>, <ol>, <li> and many others tag.

visit link


HTML Versions :-

HTML versions


 HTML 1991:-

1991 Tim Berner-Lee publicly posted the HTML in a document HTML Tags. The first version of HTML had 18 elements which were mostly influenced by SGML (Standard Generalized Markup Language) except for the hyperlink. 11 of those 18 elements exist in HTML4.

The basic characteristics for each element were defined in the browsers and these characteristics can be modified and enhanced using CSS.

1991 - Tim Berners-Lee created HTML 1.0

1993 year

HTML 1.0 was first released in 1993 for developers.

back then not many developers were creating websites so it was evolving slowly during those time.

This version only had basic tags like text, even tables and fonts were not available in this version.


HTML  Nov 24, 1995 :-

This year HTML 2.0 was published. All the features of HTML 1.0 were inherited in HTML 2.0 plus new features were added. Until the release of HTML 3.0, it remains the standard markup language for creating websites


HTML  Jan 14, 1997:-

HTML 3.2 was published in 1997 as W3C Recommendation

It was the first version of HTML which was developed by W3C

In this version, there was good support for form elements

One most important thing that was added in this version was the support of CSS


HTML   1999 year:-

HTML 4.01 was published as W3C Recommendation on Dec 14, 1999

This version was the most successful of all previous HTML released versions

In this version features like multimedia, scripting, better printing features and more were added.

After the release of HTML 4.01, no newer version of HTML was released for many years because W3C's HTML working group were busy building the language XHTML.


HTML 2014 year:-

HTML5 (the latest version of HTML) was released on Oct 28, 2014 as W3C Recommendation.

It was an extended version of HTML 4.01 published in 2012.

Many new tags were added in this version like <header>, <footer>, <main>, <video>, etc

HTML5 support mathML and SVG in text.

Html history


Structure of HTML:-


HTML structure img


<!DOCTYPE HTML> 

<HTML>

<TITLE> TITLE TEXT </TITLE>

<HEAD>

<BODY>

</HEAD>

</BODY>

</HTML>


visit this link

👇👇👌👍👌