A
website is a set of
web pages that contains content on either or both text, images and multimedia, and etc. A
Web Page on the other hand, is a document created with HTML.
There are two types of websites:
- DYNAMIC websites
- STATIC websites
A
dynamic website has a
front and back end. Visitors of the site can add changes to itself frequently and usually retrieves data from a database.
Blogger, Facebook and Twitter are an example of famous dynamic websites.
A
static website is the simplest form of web programming and has not administrator page. It displays the same information to all the visitors and cannot be changed.
HTML stands for
Hypertext Markup Language and is the most common programming tool for the web.
A
Markup are keywords surrounded by brackets (
< >), and can be referred as
HTML tags or simply
tags. Usually,
markups come in pairs which has an opening tag, the first tag of the pair, and a closing tag, the last tag of the pair.
Refer to next post for more of HTML.