Null/HTML
HTML and the Web
A bit of history: the Wold Wide Web
HTML developed from the creation of the Wold Wide Web
what ?
The Wold Wide Web, AKA www, AKA the Web is not the Internet.
The Internet is essentially the motorway where many vehicles (or protocols) circulate, the Web is simply one, but a very popular one. Others vehicles on the Internet are email, FTP, torrents, IRC chat, etc.
The Web is a network of interlinked pages, that are accessible through a Web Browser.
The vision for what would become the Web came from the British computer scientist Tim Berners-Lee who happened to be working at CERN in the late 1980s
why ?
As Tim Berners-Lee was working as a software developer at CERN he was faced with a few facts that would make him muse about what would later become the Web. These fact were:
- CERN's incredible abundance of knowledge and research
- CERN's equally abundance of different computer hardware/software, protocols, file formats, documentation systems
- == a bloody mess
Berners-Lee wanted to create some unified, global documentation system, that allowed CERN research team to document and share their progress in ways that would be readable, but also writable to others.
Berners-Lee's first efforts went to the development of a program called ENQUIRE, a pet project to help him remember the connections among the various people, computers and projects at CERN.
This first experiment got him thinking:
"Suppose all the information stored in computers everywhere were linked … Suppose I could program my computer to create a space in which anything could be linked to anything. All the bits of information in every computer at CERN, and on the planel, would be available to me and anyone else. These would be a single information space"[1].
Although unaware, Berner's Lee was venturing into territory previously explored by others.
Vannevar Bush: the Memex
The Memex
- reference to 'As We May Think'
- ENQUIRE
- Inspiration fom Vannevar Bush's Memex
- (proposal )
- who invented
- why
- how - preconditions
HTML was developed during the
The Web and
what is HTML?
HTML stands for HyperText Markup Language.
It is the most popular publishing language for the Web, but is also used as a source for ePubs.
In essence HTML is a descriptive markup language[2]. The markup of HTML tags describes to the browser on how text, images (, video, audio) should be displayed on the screen.