Created by Sreeja Jijith at 12 May 2010 10:12 and updated at 12 May 2010 10:31
What is HTML
- HTML stands for HyperText Markup Language
- This is not a programming language ,its a markup language
- Markup means that specific portions of a document are marked up to indicate how they should be displayed in the browser
- This markup language is used to develop webpages
- HTML allows web sites to bring together graphics, music, video and links
- Its file name extension is .html/.htm
- The code can be viewed on any computer
- HTML uses markup tags to develop webpages
Markup Tags(HTML Tags)
Tags are keywords surrounded by angle brackets. Every HTML page should have the following tags
* <HTML>
* <HEAD>
* <TITLE>
* <BODY>
Tags normally comes in pairs like <HTML></HTML> .i.e, a start tag and an end tag
Share:-