Some technologies that we used in DHTMl are given below:
1.JavaScript
2.HTML DOM
3.HTML EVENT
4.CSS
1.JavaScript: It is an standard of scripting for HTML. Using JavaScript DHTML can control,access and manipulate HTML element.
2.HTML DOM: It is an Document Object Model which is an W3C Standard for HTML.Using HTML DOM is used to define standard to set of objects and to access and manipulate them for HTML.Using HTML DOM, DHTML can access and manipulate HTML elements.
3.HTML Events: It is an part of HTML DOM and used to handle HTML elements.We use DHTML with HTML Events to make web pages those perform action when event occour.
4.CSS: It is an W3C standard style and layout model made only for HTML.
DHTML use JavaScript and DOM to change position and style of HTML elements.
Font size is an attribute that we used in font tag.Where as font-size is an style property.
<font size="5"> use in font tag.
p{font-size:"5"} use in CSS.
DHTML is called as Dynamic HTML. This is used to increase the interactive ability and the visual effect of the web pages which is loaded in the browser. The main technologies that are used in DHTML are namely:
► HTML
► JavaScript
► CSS which is also called as Cascading Style Sheet
* DOM also called as Document Object Model
Using JavaScript we can made dynamic HTML content.
We can use document.write() to show dynamic content on your web page.Below I have given you HTML page which made dynamic after using JavaScript.This example will show current date.
Example:
<html>
<body>
<script type="text/javascript">
document.write(Date());
</script>
</body>
</html>
html is used to write only static content
Dhtml is used to write dynamic content like using
javascript or vbscript in html to make html page dynamic
html is a error free language where dhtml is not a error
free language
Webmaster 20th of May 2012
Tell us what you feel about Dynamic HTML Interview Questions and Answers
All comments will be published after review. No login or registration is required to post a comment on Dynamic HTML Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
So start sharing your thoughts regarding Dynamic HTML Interview Questions and Answers
Thank you.