- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
HTML
August 17, 2016
The definition of HTML is HyperText Markup Language.
A markup language is a set of markup tags
HTML documents are described by HTML tags.
Each HTML tag describes different document content.
HTML is a computer language devised to allow website creation. These websites can then be viewed by anyone else connected to the Internet.
HTML is a language, as it has code-words and syntax like any other language.
How is it used?
HTML consists of a series of short codes typed into a text-file by the site author – these are the tags. The text is then saved as a html file, and viewed through a browser, like Internet Explorer or Mozilla Firefox. This browser reads the file and translates the text into a visible form, hopefully rendering the page as the author had intended. Writing your own HTML entails using tags correctly to create your vision. You can use anything from a rudimentary text-editor to a powerful graphical editor to create HTML pages.