HTML-er wannabe

~HTML~
Assalamualaikum!
Alhamdulillahirrabil alamin.
Gratitude we bid to Allah because giving us
another opportunity to live on this earth to worship Him

HTML stands “Hypertext Markup Language”
 HTML is the language behind the web, the thing that your web browser interprets in order to display text and images. Writing an HTML document doesn't require expensive software, it can be done for free in a regular text editor (e.g. Windows: Notepad, Notepad++; Mac: TextEdit, TextWrangler).
An HTML document in its simplest form can be written:
<html>My first HTML document</html>
The angle brackets are important, they contain the "tag" that describes the content. Tags are "paired", i.e. there is an opening tag and a closing one. The closing one is identical except for the forward slash.  
This standardized language of computer code,embedded in “source”documents behind all web documents and formatting instructions for display on the screen.It embeds within it other programming languages and applications such as SGML, XML, Java Script and more.This language gives authors the means to following features.
  1. Publish online documents with headings,text,tables,lists,photos etc.
  2. Retrieve online information via hypertext links,at the click of button.
  3. Design forms for conducting transaction with remote services,for use in searching for information, making reservations, ordering products etc.
  4. Include spread sheets,video clips,sound clips and other applications directly in their documents.
HISTORY OF HTML
HTML was developed by Tim Berners-Lee while at the “European Organization for Nuclear Research” , known as CERN is a European research organization whose purpose is to operate the world’s largest particle physics laboratory.Html was popularized by the Mosaic browser.At that time the Web depends on web page authors and vendors the same conventions for HTML.This has motivated joint work on specifications for hyper text markup language.
HTML 2.0 was developed under the aegis of the internet engineering task force on November 1995. HTML + and HTML 3.0 proposed much richer versions of HTML. Hyper Text Markup Language document should work well across different web browsers.

Some HTML tagname and it use.

h1 to h6 Headings
p Paragraphs
a Links
img Images


Here are some video that maybe useful for our study.