Languages and Software to Be Used (Cont.)


(X)HTML [(eXtensible) HyperText Markup Language]
HTML is a language for giving instructions for its layout on the page and marking a document containing cross-references that indicates its logical structure. XHTML is a stricter and cleaner version of HTML.

     


CSS (Cascading Style Sheet)
It is a style sheet language for specifying the appearance of text and other elements.

     


HTML DOM (Document Object Model)
The DOM defines a standard for accessing documents. HTML DOM allows programs and scripts to dynamically access and update the content, structure, and style of an HTML document. It will be used by AJAX.

       


XML (eXtensible Markup Language)
A specification that allows designers to create their own customized tags, enabling the definition, transmission, validation, and interpretation of data between applications and between organizations