This website is used to create the topics and curies related to all Programming languges and Web Site developments.

Head

Latest News:

Saturday, 7 May 2016

What is HTML and HTML 5?

What is HTML?

HTML stands for HYPER TEXT MARKUP LANGUAGE which is the most widely used language on web to develop web pages.

Unlike scripting language that uses scripts to perform function, a markup language uses tags to identify content

Here is an example

<p> I’m a Paragraph</p>

Anything written in <..> is known as tag. In above example we used a paragraph tag <p> also known as open tag used to open the content of paragraph and </p> known as closed tag used to identify that the paragraph has been closed. More tags and example will be discussed in later blogs.

HTML 5:

HTML 5 is updated version of HTML having new features. There are two new features in HTML 5 that were not present in HTML 4 or classic version.

·       Form:
The web form 2.0 specification allow for creation of more powerful forms and more completely user experience.
·       Integrated API:

Application Programming Interface

No comments:

Post a Comment

Popular

Comment

Share This


Click here to view vacancies
Copyright © 2014 Progamo All Right Reserved