Background Knowledge

You have probably been using the internet for a number of years but have no idea how it works, in order to get a general idea read the following.

How it works

Each webpage is its own file, a web client (user) clicks a link on a web page to view another web page ,the clients computer asks the web server to send the file (webpage) to the clients computer, the web server then sends the file to the client.

These files (webpages) are text files that consist of HTML tags (layout instructions), and text (content/information) placed between the tags. The clients browser looks at the HTML tags in the file(webpage) and translates those tags to show whatever it is the client is looking at. Tags are instructions that tell the browser what to show on a Web page and where to show it. All tags start with a < (left bracket) and end with a > (right¬bracket).

How does the WWW work?

How does the browser fetch and display the pages?

What is HTML?