HTML :
Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser.
This language is purly based on Tags Every tag has opening and Closing tag.Main Tags :
1. html tag :
it is used to at starting and ending of each and every web page.
2. style tag :
it is used to define differnent styles for web page for example adding colours to text and zooming effect etc .
3. Script tag :
it is used to perform validation on particular webpage using javascript .
4. body tag :
it is used to write content for the web site .
5. Title tag :
it is used to show name of the webpage on the Browser Tab .
Comments
Post a Comment