DIFFERENCE BETWEEN html & dhtml
Answer / mithilesh kumar kannujiya
HTML
1. It is referred as a static HTML and static in nature.
2.A plain page without any styles and Scripts called as
HTML.
3.HTML sites will be slow upon client-side technologies.
DHTML
1.It is referred as a dynamic HTML and dynamic in nature.
2.A page with HTML, CSS, DOM and Scripts called as DHTML.
3.DHTML sites will be fast enough upon client-side
technologies.
| Is This Answer Correct ? | 16 Yes | 0 No |
How do I close a browser window with html code?
What is html labelfor?
Why do we use nav in html?
State bullet types available in HTML?
How to set colors to borders in html?
What is an alt tag for an image?
What are attributes and how do you use them?
What is the significance of <head> and <body> tag in HTML?
What is href target?
Write an example that shows every attribute must have a value in xhtml?
Explain formnovalidate attribute of html5?
What is the difference between <section> and <article>?