|
|
|
 |
|
|
 |
 |
 |
 |
 |
|
|
|
CGI
(Common Gateway Interface)
A standard for running programs on a server from a
Web page. Gateway programs, or scripts, are executable
programs that can be run independently.
Cookies
Cookies are small data files written to a users hard
drive when browsing certain Websites. These data files
contain information the site can use to track such
things as passwords, lists of pages you've visited,
and the date when you last looked at a certain page.
CSS
(Cascading Style Sheet)
Cascading Style Sheets work like a template,
allowing Web developers to define a style for an HTML
element and then apply it to as many Web pages as they
like. It is usually a single text file (with a .css
extension) that contains lines of code, necessary to
define such elements as font family, size, weight,
colour, etc. CSS code can also be included in an HTML
document. (see HTML) |
|
 |
 |
 |
 |
 |
 |
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
|
 |
|
|
|