YouTip LogoYouTip

Htmldom Summary

## HTML DOM Summary This tutorial has taught you how to use the HTML DOM to enhance your website’s dynamic interactivity. You have learned how to manipulate HTML elements to respond to various scenarios. For more information about HTML DOM, please visit our (#) and (#). * * * ## Now that you've learned HTML DOM, what's next? In this tutorial, we created dynamic web pages using scripts on the client side (in the browser). You can also add dynamism to web pages by using scripts on the server side. With server-side scripting, you can edit, add, or change web page content. You can respond to data submitted from HTML forms, access data or databases, and return results to the browser β€” customizing pages for different users. At , you can learn the following server-side scripting tutorials: (#) (#) [.NET Tutorial](#) You can also quickly explore various server-side scripting technologies via our server-side scripting series tutorial page.
← Htmldom ExamplesHtmldom Navigation β†’