[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Low-level vs. High-level programming (was My First Computer)



Randy McLaughlin wrote:


> I admit that HTML is a very simple language, ...
> They follow an instruction sequence based upon programmed instructions.

Except HTML tags are _not_ 'an instruction to be carried out', they are 
merely tags indicating what the context is.

A '<h1> ..</h1>' tag is not a 'Make this large and bold' it is merely 'this 
is a heading of type 1, do what you want'.

The tags are descriptions of the text, not instructions on what to do.

The browser is free to render the text in any way it feels like, or the 
user has configured it to do. It may use the descriptions or it may ignore 
them.  Lynx, for example, will render the text quite differently from IE.