Re: Text loading question Dec. 10, 2008



E.D.G. wrote:
It is surprising to me that this type of command was not built into html
when it was developed. It would seem to me to be a logical addition.

That was the shtml somebody already talked about. I used that in at
least 1997, so some 10 years ago.

In hindsight it might have been. At that moment a LOT of things where
absolutely not possible. It was developed to show documents.

http://www.w3.org/People/Raggett/book4/ch02.html
Especialy:
Tim bases his HTML on an existing internationally agreed upon method of
text mark-up

The HTML that Tim invented was strongly based on SGML (Standard
Generalized Mark-up Language), an internationally agreed upon method for
marking up text into structural units such as paragraphs, headings, list
items and so on. SGML could be implemented on any machine. The idea was
that the language was independent of the formatter (the browser or other
viewing software) which actually displayed the text on the screen. The
use of pairs of tags such as <TITLE> and </TITLE> is taken directly from
SGML, which does exactly the same. The SGML elements used in Tim's HTML
included P (paragraph); H1 through H6 (heading level 1 through heading
level 6); OL (ordered lists); UL (unordered lists); LI (list items) and
various others. What SGML does not include, of course, are hypertext
links: the idea of using the anchor element with the HREF attribute was
purely Tim's invention, as was the now-famous `www.name.name' format for
addressing machines on the Web.

Basing HTML on SGML was a brilliant idea: other people would have
invented their own language from scratch but this might have been much
less reliable, as well as less acceptable to the rest of the Internet
community. Certainly the simplicity of HTML, and the use of the anchor
element A for creating hypertext links, was what made Tim's invention so
useful.

houghi
--
You can have my keyboard ...
if you can pry it from my dead, cold, stiff fingers
.



Relevant Pages

  • Re: homepagedesign
    ... And what the hell is SGML? ... SGML is to HTML as XML is to XHTML. ... SGML is a broad language, and HTML is a language that conforms to all the ...
    (comp.infosystems.www.authoring.stylesheets)
  • Re: 3 questions on validation
    ... The *base* language of web pages (the language upon which all webpages ... are based) is the version of HTML which was invented by Tim Berners-Lee ... He in turn based his invention on SGML (Standard Generalized ... Here is an example of a document writen in "the base language of web pages": ...
    (comp.infosystems.www.authoring.html)
  • Re: Valid XML PIs for ERB
    ... HTML started out as inspired by SGML, ... HTML was not fully SGML compliant. ... I can't prove that the people who wrote the first web servers did not ...
    (comp.lang.ruby)
  • Re: OT? Information processing
    ... usefullness of this style in his implementation of TeX. ... Use semantic markup instead of literal markup. ... h) XML, SGML. ... SGML is a meta language. ...
    (comp.dsp)
  • Re: I think you guys converted me...
    ... fixup code; whereas we were told ... Certainly lightweight parsers _could_ be made that operated on XHTML, ... going to _replace_ HTML tag soup any time soon, ... SGML all along. ...
    (alt.html)