CSS 1
Css : Cascading Style Sheet
WEB PAGE
A Website can be static or dynamic .
- STATIC : It contain information that does not change.
- DYNAMIC : It contain information which changes according to viewer,time,time zone,native language of the country of the viewer.
DHTML
It stands for dynamic HTML and it is not a language or web standards. It is combination of HTML,JavaScript,CSS,DOM.
- HTML : It creates web page and render them on browser.
- CSS : It stores set of design that tells how to display different elements of web page.
- JAVA: It have dynamic features to control and access HTML elements.
- DOM : Document object model.It defines the HTML elements as model of objects along with properties and method of Html elements.
0 Comments