i2tutorials

HTML – Tutorial

HTML – Introduction

HTML(i2tutorials.com)

Hypertext Markup Language (HTML) is a computer language  for creating web pages and web applications. It helps to describe the structure of Web pages using markup.HTML elements are the building blocks of HTML pages and are represented by tags.HTML tags mainly consists of  “heading”, “paragraph”, “table” and other items.

Hypertext Markup Language consists of a series of short codes typed into a text-file by the site author — these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer by Cascading Style sheets  to control how your pages are presented, and make pages more accessible. The special effects and interaction is provided by JavaScript, which adds a lot of power to basic HTML.

It is an embed programs written in a scripting language such as JavaScript, which affects the behavior and content of web pages. Involvement of CSS defines the look and layout of content.

It is the combination of Hypertext and Markup language.The markup language is used to define the text document within the tag which defines the structure of web pages.

<tagname> content</tagname>

 

These are the same – no difference at all

 

HTML is the basic building block of the world wide web(w3). It is established by Tim Berners – Lee in 1990. It also becomes an international standard (ISO) in 2000.

 

NOTE: HTML5 is the latest version of HTML. HTML5 provides a faster and more strong approach to web development.

 

HTML5 may contain tables, lists, forms, images, and other presentational elements. It is an easy – to – use and pliable format to share information over the internet.The markup available for documents and it has introduced application programming interfaces(API) and Document Object Model(DOM).

 

Difference between HTML and HTML5:

 

HTML:

 

 

HTML5:

 

 

Advantages:

 

 

Disadvantages:

 

 

Exit mobile version