![]() The Electronic Bulletin of CREA Project |
http://www.uca.es/crea |
![]() BULLETIN Nº 6 19-04-2002 ![]() |
|
The HTML (Hyper Text Markup Language) is the language used by the navigators like Netscape, Microsoft Explorer, etc. to visualize documents in Internet. There are several versions of Html so that according to the used version of the navigator some orders will not be able to be carried out, the navigator will not 'understand' what it should make.
A document that we made to be edited with a navigator is compound basically by a text, images or other elements and a series orders which will indicate to the navigator the way to show these elements.
An order is a text written among the symbols 'bigger than and less than'
A document written in HTML would contain basically the following directives:
(HTML) (HEAD) (TITLE) (/TITLE) (/HEAD) (BODY) (/BODY) (/HTML) |
It indicates the beginning of the document.
Beginning of the head. Title of the document. End of the document title. End of the document head. Beginning of the body of the document. End of the body of the document. End of the document. |
|