Sunday 31 March 2013

HTML Tutorial : Introduction


What is HTML ?
HTML(Hypertext Markup Language) is the basic key layout language used to build the basic structure of a website.

Note:

HTML is not a programming language.  

 Tags

HTML comprises of tags that are a command that tells the browser how to display elements of your website.Every tag is written between < & > and they end with a slash "/" between < & >

There are two types of tags
(i) Container tags:Tags that require starting and ending in their structure are the container tags.
ex..

Some text is here

(ii) Empty tags: The tags which don`t require an ending are called empty tags.
Some text is here

Note:

This an example i will teach you about various type of tags in the next section. 

Attributes and value

An attribute is written inside a tag which provide a power to the user to change the layout according to his will then followed by the value which specify the change in the layout.


Note:

This an example i will teach you about various type of attributes in the next section. 

No comments:

Post a Comment