|
| |
HTML/DHTML HTML is the formatting language of the World Wide Web. HTML determines most, if not all, of what a web page looks like. HTML also allows such functionality as the basic hyperlink. Although HTML can be hand-coded, the HTML of highly-functional websites is produced by programs on the server (web scripting), written in languages such VB/C# for .NET/ASP web pages, PHP, Perl, or any of several others.
Dynamic HTML or DHTML is a more recent development (but understood by almost any version of modern web browser), a technique of creating interactive web sites by using a combination of the static HTML, a client-side scripting language (such as JavaScript or VB Script), the style definition language Cascading Style Sheets and the Document Object Model. |
|
|
|