Null/HTML: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "= HTML and the Web= == 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...")
 
No edit summary
Line 1: Line 1:
= HTML and the Web=
= HTML and the Web=
== A bit of history ==
HTML developed from the creation of the Wold Wide Web
=== 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. 
==== invention ====
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
:video / picture of Tim Berners-Lee
==== why ?====
As Tim Berners-Lee was working at CERN he was faced with a few facts that would trigger him to muse about something that would later become the Web.
These were:
* CERN's incredible abundance of knowledge and research
* CERN's equally abundance of different computer hardware/software, protocols, file formats, documentation systems
* <nowiki>==</nowiki> 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.
* ENQUIRE
* Inspiration fom Vannevar Bush's Memex
* (proposal )
*
* who invented
* why
* how - preconditions
HTML was developed during the
The Web and


== what is HTML? ==
== what is HTML? ==
Line 6: Line 58:
It is the most popular publishing language for the Web, but is also used as a source for ePubs.
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 <ref>markup language</ref>.
In essence HTML is a descriptive markup language<ref name=markup/>. The markup of HTML tags describes to the browser on how text, images (, video, audio) should be displayed on the screen.  


</references>
<references>
A markup language provides instructions to the software to displaying the text with given formatting, when it is interpreted.
<ref name=markup>A markup language provides instructions to the software to displaying text with given formatting, when it is interpreted.  
HTML gives the browser instructions on how to display text, images (, video, audio) on the screen.


</ref>


 
</references>
== A bit of history ==





Revision as of 16:17, 25 October 2014

HTML and the Web

A bit of history

HTML developed from the creation of the Wold Wide Web

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.

invention

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

video / picture of Tim Berners-Lee

why ?

As Tim Berners-Lee was working at CERN he was faced with a few facts that would trigger him to muse about something that would later become the Web. These 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.

  • 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[1]. The markup of HTML tags describes to the browser on how text, images (, video, audio) should be displayed on the screen.

  1. A markup language provides instructions to the software to displaying text with given formatting, when it is interpreted.



Resources