In this lesson:
Group of computers (computer networks) which are connected worldwide.
Visualisation of the part of the Internet from year 2005. (Author: Matt Britt)
One of the Internet services. Continuously changing set of hypertext documents (webpages) accessible via Internet. Caution - it is not the same as Internet!
Picture illustrates WWW neigbourhood of google.cz - generated with http://www.touchgraph.com/TGGoogleBrowser.html
Language for creating WWW documents.
Markup language for creating HTML documents, which has two main attributes:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<html>
<!-- This is a comment -->
<head>
<title>Page title</title>
</head>
<!-- document body -->
<body>
<h1>Document headline</h1>
<p>This is document body</p>
</body>
</html>
Generally each computer can display web page. The look of web page is determined by many factors:
http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html