Markup Languages
HTML, or HyperText Markup Language, is the most widely used coding language for web pages today. It is extremely flexible in what you can achieve with it including:
- Structural elements
- Headings
- Paragraphs
- Links
- Quotes
- Insertion of images
- Insertion of JavaScript
- Plus many more
The way in which this markup language is implemented is through angle brackets (<,>) which control the way in which your website is displayed in the browser.
Some of these “tags” are useful to us in optimising web sites for the search engines as they allow for SEO friendly coding in all the HTML pages that we create.
http://en.wikipedia.org/wiki/Markup_language







