|
HTML
HTML stands for HyperText Markup Language, and is similar
to SGML, the Standard Generalized Markup Language. An
HTML file consist of text, which is displayed to the
reader of your HTML document, and tags, which tell the
browser how to format that text.
|
|
Javascript
JavaScript is a programming language developed by NetScape
communications corporation to permit more interactive
HTML pages. HTML, the core language of the World-Wide
Web, is a markup language: it describes what data are,
and not how to manipulate those data. On the other hand,
programming languages make it possible to mainpulate data.
In effect, JavaScript was intended to extend HTML to make
it more interactive. |