Introduction of HTML
Introduction of HTML
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 language for describing to 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 "markup" language 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.
HTML Versions :-
HTML 1991:-
1991 developer is Tim Berner-Lee publicly posted
the HTML in a document HTML Tags. first
version of the HTML had 18 elements which were are mostly influenced by SGML
(Standard Generalized Markup Language) except for the hyperlink.
The browsers and these characteristics can be modified and enhanced using
CSS.
1991 - Tim Berners-Lee created HTML 1.0
1993 year
HTML is the 1.0 was first released in 1993 for the developers.
Html developers were creating websites so it was evolving slowly during
those time.
HTML Nov 24, 1995 :-
This year HTML 2.0 was published. All of the features of HTML 1.0 inherited in HTML 2.0 plused new features added.
Until to the release HTML 3.0, its
remains to the standard markup language to
creating the websites
HTML Jan 14, 1997:-
HTML 3.2 was the published 1997
It was the first version of HTML which was developed by W3C
In this version, there was good support for form elements
One of the most important thing that added in this version was the support
of the CSS
HTML 1999 year:-
HTML 4.01 was published as W3C Recommendation on Dec 14, 1999
html version was the most successful of all previous HTML released versions.
In this the version multimedia, scripting, better printing features.
HTML 2014 year:-
HTML5 (latest version of HTML) was released on Oct 28, 2014 Recommendation.
It was the published version of HTML 4.01 in 2012.
Many new tags were added in this version like <header>,
<footer>, <main>, <video>, etc
HTML5 support mathML and SVG in text.
Structure of HTML:-
<!DOCTYPE HTML>
<HTML>
<TITLE> TITLE TEXT </TITLE>
<HEAD>
<BODY>
</HEAD>
</BODY>
</HTML>
Post a Comment