Tuesday, 18 March 2014

Definition of HTML/CSS

Posted by Unknown

LEARNING HTML/CSS

This article tells you about the two languages used for creating webpages and customizing your webpages.
HTML:
HTML means "Hyper Text Markup Language" which is used to create webpages . The latest version is HTML5 and many more versions are being updated . This is user
freindly language which can be understood easily.
The two main parts of this language is 
1. HTML tags.
2. HTML elements.

   1.HTML tags:

The basic structure of any HTML code starts with these tags . These tags are represented by angle brackets('<>') .There are two kinds of tags opening
  tag and closing tag which is used for starting and ending of tag respectively.

   2.HTML elements:  

Tags comprising with content is said to be HTML element as a whole . There are many HTML elements defined and it has been added few more for newer 
versions .

CSS:

       CSS means "Cascading Style Sheets" . This is language which is used to design webpages created by html like creating background colors,text formatting etc.., 
CSS3 is currently used version .


There are many websites which gives you detailed explanation about these two languages . You can refer those websites provided in referal links.


REFERAL LINKS:

www.w3schools.com
www.html.net
www.zentut.com

          Thanks for reading this article and please feel free to suggest any websites in comments below !!!
   

0 comments:

Post a Comment