Total Questions:-21 Goto Page:
1 2 3
R4R ---> Articles--> HTML DOM -->HTML DOM Articles List
Page 1
Articles:DOM is an
a. Microsoft Standard
b. Sun Microsystem Standard
c. W3C standard
Post Your View
Viewc. W3C standard More --- >>
By:Vivek Date:
Articles:Give us special properties of document?
Post Your View
View Their are two special properties of document which helps to access the tags in an document.
These are:
1. document.documentElement
2. document.bod More --- >>
By:Vivek Date:
Articles:How to change the background color of an element?
Post Your View
View I have given you a script code using them you can change the background color of elements of body.
<html>
<body>
<script type="text/javascript">
More --- >>
By:Vivek Date:
Articles:How to change the text of an element with a function?
Post Your View
View I have given you example in which I changed the text of an element by using an function.
In this example text has been changed when you execute fun More --- >>
By:Vivek Date:
Articles:How to change the text of an element?
Post Your View
View I have given you a scipt code using them you can change the text of an HTML element.Now, In example that I have shown below we change the text of the More --- >>
By:Vivek Date:
Articles:How to changed font and color of an text element?
Post Your View
View I have given you example using them you can change font and text of an element by using a function.
Example:
<html>
<head>
<script type="text/jav More --- >>
By:Vivek Date:
Articles:How to use onMouseOver and onMouseOut events?
Post Your View
View When we want to made animated buttons than we use onMouseOver and onMouseOut events.
Example of an onMouseOver event.
Example that I have shown be More --- >>
By:Vivek Date:
Articles:How you define DOM?
Post Your View
View Dom is standards for Document Object Model. It is an standard given by World Wide Web Consortium.
W3C define that standard to accessing the HTML an More --- >>
By:Vivek Date:
Articles:How you define events in HTML DOM?
Post Your View
View Generally, Events are nothing other than actions. Using JavaScript we can noticed or triggered events.Exampe: When you use click on button than an ev More --- >>
By:Vivek Date:
View
By:usha Date:
Articles:How you define node tree in HTML DOM?
Post Your View
ViewUsing HTML DOM we can show a node tree structure of all nodes in an HTML document.
In a node tree structure all nodes in an HTML document are relati More --- >>
By:Vivek Date:
Go:
1 2 3
Contact Us
|