Monday 12 May 2014

What is Html?

Html stands for "Hyper Text Markup Language", Use for displaying the page in web browser or we can say that using html you can create your own website easily.
For implementing the website you need to know about tags,attributes etc.In my next post i am going to discuss about tags.Tags are the main parameter of html it helps you to create the website in a proper way.

Basic structure of html-
<html>
<head>

//between this codes we put meta tags like keyword and description.
</head>
<body>
// body part includes whatever you are going o show in front end all codes coded in this part between <body>......</body>

</body>

</html>



No comments:

Post a Comment