You Have Learned DHTML, Now What?
DHTML Summary
This tutorial has taught you how to use DHTML to create more dynamic and
interactive Web sites.
You have learned how to use the combination of HTML, CSS and JavaScript to
animate HTML documents.
For more information on DHTML, please look at our
DHTML examples and our
DHTML reference.
Now You Know DHTML, What's Next?
The next step is to learn about the HTML DOM and ASP.
HTML DOM
The HTML DOM defines a standard way for accessing and manipulating HTML
documents.
The HTML DOM is platform and language independent and can be used by any
programming language like Java, JavaScript, and VBScript.
If you want to learn more about the DOM, please visit our
HTML DOM tutorial.
ASP
While scripts in an HTML file are executed on the client (in the browser), scripts in an ASP file are
executed on the server.
With ASP you can dynamically edit, change or add any content of a Web page, respond to data submitted from HTML forms,
access any data or databases and return the results to a browser, customize a Web page to make it more
useful for individual users.
Since ASP files are returned as plain HTML, they can be viewed in any browser.
If you want to learn more about ASP, please
visit our ASP tutorial.
|