<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Html-Scripting on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/html-scripting/</link><description>Recent content in Html-Scripting on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 15 Nov 2025 18:14:57 +0000</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/html-scripting/index.xml" rel="self" type="application/rss+xml"/><item><title>Html Scripting</title><link>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/03-html-css-js/01-module/004-html-scripting/</link><pubDate>Fri, 21 Mar 2025 10:55:42 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/fullstack-content/fullstack-pcert/03-html-css-js/01-module/004-html-scripting/</guid><description>&lt;p class="lead text-primary"&gt;

This document explains the use of scripting in HTML, how browsers enable scripting, and how to access and manipulate HTML elements using the DOM tree. It highlights the importance of scripting for interactive user experiences and provides an overview of common DOM tree methods.

&lt;/p&gt;


&lt;hr&gt;
&lt;h2 id="scripting-in-html"&gt;Scripting in HTML&lt;/h2&gt;
&lt;h3 id="purpose-of-scripting"&gt;Purpose of Scripting&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Scripting, often implemented using JavaScript, enhances user interaction on websites.&lt;/li&gt;
&lt;li&gt;It can be used for tasks such as form validation, dynamically changing website content, and manipulating images.&lt;/li&gt;
&lt;li&gt;Scripting can be included directly within the &lt;code&gt;script&lt;/code&gt; tag in HTML or in an external file linked to the HTML document.&lt;/li&gt;
&lt;li&gt;Since scripting can be disabled by users, it is recommended to use scripting but not rely on it entirely.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="browser-support-for-scripting"&gt;Browser Support for Scripting&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Scripting is enabled when:&lt;/p&gt;</description></item></channel></rss>