answersLogoWhite

0


Best Answer

It depends how you define "dynamic" and what you are trying to do but really HTML has no dynamic generated code.

Dynamic HTML (DHTML) is the coupling of standard, static HTML code with JavaScript.

You can use CSS selectors like :hover to tell your HTML what to do when someone hovers on an element.

But that only goes so far as to what you can do in terms of effects (FX). Most web developers use JavaScript libraries like jQuery to animate their content with smooth FX.

If you want to generate code without knowing HTML try using an editor called a "WYSIWYG" editor.

If you are trying to create a website and you don't want to copy paste the code to each page try using a "CMS" Content Management System like wordpress or drupal.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What features were added to HTML to produce dynamic HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

How do you overcome the HTML disadvantages by using style sheets?

HTML cannot produce dynamic output alone but style sheets can produce dynamic output (That means style sheets more than one output pages)


How do you add HTML code into a webpage?

HTML codes could be easily added to a webpage for the functionality. Dynamic web pages can made with HTML only.


How does dynamic HTML relate to HTML and CSS?

There is no such thing as Dynamic HTML. However, you can dynamicly display HTML with the use of some dynamic languages - like PHP or ASP.


What is the difference between client- and dynamic HTML from being used?

Client side HTML can be seen as dynamic HTML but not much effective. Server Side Dynamic HTML is much more effective.


How has HTML changed?

HTML has changed a lot from it's first version to the latest. A number of multimedia features are added while some are depreciated.


BASIC element of dynamic HTML?

Dynamic HTML is a combination of HTML tags and interactive web pages. Its basic elements include: an object-oriented view of web elements, cascading style sheets and dynamic fonts.


Can you make HTML dynamic website?

HTML is, by its very nature, static. In order to add dynamic elements, you will need to use JavaScript.


Why do users sometimes prevent client-side dynamic HTML from being used?

Users prevent client side Dynamic HTML because it loses as soon as client disconnects. So most of the dynamic HTML is from the side of the Server.


Definition of static HTML?

HTML by its very nature is static. If you desire to have a dynamic site, that requires a coding language like PHP, ASP, or other dynamic language. These dynamic languages typically also use HTML to create the structure for a web page.


What is difference btw html and dhtml in tabular form?

DHTML is an extension of HTML called Dynamic HTML which uses style sheets and JavaScript. This allows you to use small animations and Dynamic menus on your webpage.


How does PHP differ from HTML in terms of application and structure?

In structure <?php ?> <html> </html> in application - one is static and another is dynamic. this much ......


Is dynamic HTML the same as dHTML?

yep that is what the d stands for.