Abcd
Abcd
doctype>
<html>
<head><title>HTML & CSS /<title>
</head>
<body>
<h1>Learning Objectives</h1> <br>
By the end of this chapter, learner will be able to:<br>
• Differentiate between HTML & DHTML<br>
• State the purpose of using CSS.<br>
• List different advantages and disadvantages of using CSS.<br>
• Understand the working of all the mentioned properties of CSS.<br>
• Create an interactive webpage using CSS.<br>
<h1>Introduction</h1> <br>
When we open any web page and sends it to the computer requesting it cannot get any
more data from the server unless a new request is made. So to overcome this
drawback
we use Dynamic HTML (DHTML) which is combining HTML and a scripting language
that runs on the Client’s browser to bring special effects to otherwise static
pages.
<h1>1. DHTML</h1><br>
DHTML is the combination of HTML and JavaScript. DHTML is the combination of
several built-in browser features in fourth generation browsers that enable a web
page to
be more dynamic.<br>
<h3>DHTML is a combination of technologies used to create dynamic and interactive
Web
sites.</h3><br>
❖ HTML - For creating text and image links and other page elements.<br>
❖ CSS - Style Sheets for further formatting of text and html, plus other added
features
such as positioning and layering content.<br>
❖ JavaScript - The programming language that allows you to accesses and dynamically
control the individual properties of both HTML and Style Sheets.<br>
Dynamic” is defined as the ability of the browser to alter a web page’s look and
style after
the document has loaded.<br>
DHTML is not a scripting language (like JavaScript), but merely a browser feature-
or
enhancement- that gives your browser the ability to be dynamic. <br>
</body>
</html>