Skip to main content

HTML 5


History of HTML?

The Hyper text markup language was begun in 1980. Tim Berners Lee who invented a protyped which is called ENQUIRE which was used to share documents. Also in 1989 he write a memo which was based on hypertext markup language system. And he write both about the browser and server softwares in past 1990’s. The first HTML was called as “HTML Tag” it was mentioned in the 1991 and it describe the 20 element of comprising and a design of hypertext markup language.  


HTML is markup language which web browser’s use to compose text and images or other pages visual or audible web pages. In default level every HTML markup are defined in the browser. Also these characteristic can be enhanced by the web page so many designer’s us CSS.  Also many of the text element found in 1988 which turn covers features of early HTML formatting language which was used for RUNOFF command which was developed in the 1990’s.


Berners Lee considered the HTML as an application of SGML. It was formally defined by the Engineering Task Force in 1933 it was the first proposal specification of the HTML. Berners Lee and Dan Connolly which was included an SGML Document Type Definition to identify the grammar.  After six month the draft expired and notable for the acknowledgment of the NCSA Mosaic Hyper Text Markup Format from late 1933.


What’s New?

The new HTML 5 is easy implement and easy to use, and it’s a “doctype” which is very simple and streamline. Here is small example

< ! doctype html >

The HTML 5 is not a part of SGML and it has instead a markup language all on its own. And the character set for HTML 5 is streamlined as well and it uses UTF-8 and you define just one meta tag: 
 
<meta charset = “UTF -8”>



HTML 5 recognizes the web page have structure, just like the books have the structure or any other XML documents. In the general WebPages there are body content, sidebars content plus headers, footer and other kinds of features. Also HTML 5 has created tags to support those elements here some examples:
  • <section> - to define section
  • <header> - defines the header
  • <footer> - defines the footer
  • <nav> - defines the navigation
  • <article> - defines the article or primary content
  • <aside> - defines extra content
  • <figure> - defines images 


Also the new HTML 5 has a new kind of elements and keep them markup to do with time. For example here it is:

  • <mark> - to indicate content that is marked
  • <time> - to indicate content that is a time or date
  • <meter> - to indicate content that is a fraction of a known range  
  • <progress> - to indicate the progress of a task
 
Also the HTML 5 supports dynamic pages and it helps web application developers and there are many more features and it’s easy to create dynamic web pages. And here are some form types which support HTML 5:

  • datetime
  • datetime-local
  • date
  • month
  • week
  • time
  • number
  • range
  • email
  • url

The Browsing Compatibility

Here are browsers which supports HTML5:

Firefox 4

In Firefox many number of key elements are missing but it supports audio and videos implementation.

Chrome 10

Google chrome has many functional which supports html 5 and there are many of the features have not been added for google chrome. Also the audio and video with HD and highly render the web pages. It has got the best score for the HTML 5 compatibility.


Internet Explorer 8

Internet Explorer shows poor rendering and it won’t display the image in web pages. And sometimes when we open a web page in the bottom bar of the it shows an error icon and it mention as error on page cannot be displayed.   


Real Life Examples

  • It helps to embed videos and audios
  • It has a new video player which is sublime Video Player
  • It gives a basic web page layout
  • It has a editable content
  • In HTML 5 we can embed Google maps and other kinds of maps
  • Finally for business purposes we can embed graph for business websites  
 
 
 

Comments

  1. Good research and detailed article!
    Great work kid..

    Say no to plagiarism!

    ReplyDelete

Post a Comment

Popular posts from this blog

Evolution of Internet

The History of the Internet Evolution In 1969 the American Defense Ministry invented the internet and it’s called has ARAnet. It was made for military research for the American army. And the network had many difficulties such as it had to be fast, reliable, and it has to be capable of withstanding a nuclear bomb destroying. And this network evolved into sprawling networks of millions of computers we know today as the internet. The following image shows you how internet was used at that time. Evolution of the Internet The internet is massive network and which you can connect to the other networks. Also it’s a collection of providers which is called (ISP). ISPs operate their own network and also with their own clients to agree to interconnect which each other to exchange packets. And also larger ISPs cell connect their network to smaller ISPs also. Also the ISPs cell connects to the individuals and corpor...

Hypertext Markup Language

What is Hypertext? It’s computer language which allows to create websites. Also that website can view by anyone who is connected to the internet. And it’s easy to learn with the basic and also it’s quite powerful which the user can create different styles of websites. W3C is the organization which design and develop the hypertext language. Also hypertext is which we move around the web by clicking the hyperlink which is linked to another page. Also it has code words like any other language.  History and Evolution In 1941 Jorge Luis who developed the hypertext style novel. Also in 1945 hypertext was made by Vannevar Bush and he called it has a Memex. Also he develops a microfilm system to index the info to the links which we are using today. In 1963 Ted Nelson joined hypertext and hypermedia to a linked content. And later he worked with Andries van Dam to develop the hypertext editing system. In 1968 Engelbart...