HTML stands for HyperText Markup Language. It is a language that is used widely for creating simple webpages and websites. It is very easy language to learn and practice. Anyone who know this language can easily create a webpage or website. HTML is not case-sensitive that means it doesn't make any difference if you write the code in Capital Letters or Small Letters.
Webpage->It is a single page that contains some information or data like text, images or videos etc.
Website->It is a collection of Webpages.
For Example:-> www.HomeShop24.blogspot.com is a website and http://homeshop24.blogspot.in/2013/12/DiscountsAndCoupons.html is a webpage that shows Discounts and Coupons of different online sellers.
The files that contains HTML program is saved or denoted by extension ".html" or simply ".htm"
The code you write in HTML contains tags. We will see what are tags below...
Now lets see how to start a HTML Basic Program.
Tip-> There are two type of tags in HTML:
- Container Tags-> These are the tags that needs to be closed. For example, TITLE tag, BODY tag and many more. We will see them in next lessons.
-
Empty Tags-> These are the tags that don't needs to be closed. For example,
tag(used to break a line) and many more. We will see them in next lessons.
That's all for this lesson. See Other Lessons For More.
No comments:
Post a Comment