Cabecera
The Electronic Bulletin of
CREA Project
http://www.uca.es/crea

BULLETIN Nº 6     19-04-2002
 Versión en español

  SUMMARY    EVALUATION   ACTIVITIES PROJECT MANAGEMENT   LEARNG I.C.T    METHODOLOGY  COLLABORATIVE WORK  DIFFUSION  PEOPLE
HTM Language or HTML

HTM Language or HTML

Agustin jose carmona lorente

      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' . The text that is within the symbols will be able to be written so much in capital as in minuscule letters.

If it is a closed order, this is that it indicates the beginning and the end of the order, the latter will contain the symbol / Example: here my name is

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.



  SUMMARY    EVALUATION   ACTIVITIES PROJECT MANAGEMENT   LEARNG I.C.T    METHODOLOGY  COLLABORATIVE WORK  DIFFUSION  PEOPLE