WWL/HTML Flashcards
1
Q
Who invented WWW
A
Tim Berner Lee
2
Q
What is WW?
A
- A way of accessing the information on the Internet
3
Q
What is information encapsulated and viewed in?
A
- Information is encapsulated in a web page and viewed in web browser (e.g google chrome)
4
Q
Client-Server Model
A
- Describes the interaction of networked computers
- Clients request information from servers
- Servers respond with the information (if applicable)
5
Q
What is the web server?
A
- A computer set up to respond to requests for web pages
6
Q
Server Codes
A
Web Server; HTTP
File Server: FTP
Mail Server: SMTP
7
Q
HTTP (Hyper Text Transfer Protocol)
A
- Method of requesting and transmitting web pages
8
Q
How does communication between client computers and web servers happen?
A
- Done by sending HTTP Requests and receiving HTTP Responses
9
Q
What happens when a clicks on a link or enters a URL in a browser?
A
- A request is sent to the HTTP port (80 or 8080) of the associated web server
10
Q
What are web analytics?
A
- Collection and analysis of data regarding website usage
11
Q
Why are web analytics used?
A
- Used by website owners to track the number and
behavior of users visiting their sites
12
Q
What is HTML? (HyperText Markup Language)
A
- Defines content of web page as text file with .html extension
13
Q
Escape Characters
A
- Characters that are used in HTML in addition to
ordinary text and need to be represented
by a character sequence
14
Q
Special Characters
A
- A character that is not an alphabetic or numeric character.
- Entered in unicode using hex/dec notation
15
Q
What are the three components of a webpage?
A
-HTML (Content and Strucutre, CSS (Presentation), Javascript (behaviour)