Easy Tutorial
❮ Htmldom Content Htmldom Intro ❯

You Have Learned HTML DOM, What's Next?


HTML DOM Summary

This tutorial has shown you how to use HTML DOM to enhance the dynamic interactivity of your website.

You have learned how to manipulate HTML elements to respond to different scenarios.

For more information on HTML DOM, please visit our HTML DOM Examples and HTML DOM Reference Manual.


Now That You've Learned HTML DOM, What's Next?

In this tutorial, we have created dynamic web pages by using scripts on the client side (in the browser).

Dynamic web pages can also be enhanced by using scripts on the server side.

With server-side scripting, you can edit, add, or change webpage content. You can respond to data submitted from HTML forms, access data or databases, return results to the browser, and customize pages for different users.

At tutorialpro.org, you can learn the following server-side scripting tutorials:

PHP Tutorial

ASP Tutorial

.NET Tutorial

You can also quickly learn about various server-side scripting technologies through our server-side scripting series page.

❮ Htmldom Content Htmldom Intro ❯