answersLogoWhite

0

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.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How do you create a static page in HTML?

A static page can be easily created in HTML page. It just needs the static tags defined in HTML.


What is static pages using HTML?

Static pages in HTML are the ones that do not change over time. They are the ones that have no changing elements.


What is static HTML pages?

A static page is one that has nothing but straight HTML coding (maybe with CSS, but not necessary) and does not depend on the server to build the page.


What contains HTML documents?

The web contains the HTML documents inn abundance. Most of the static pages are made in HTML.


What can turn static into applications such as games or calculators?

html


What is a static HTML file?

Static HTML vs Dynamic HTML. Static HTML is a web document(s) that show the same information for all users. It can be updated from time to time but shows the same information to each and every user. Dynamic HTML is a web document that shows different information per user due to factors such as a search. This web page will vary depending on information passed to it.


What is the definition of static menu?

A menu that rarely changes is static.


What is definition of static menu?

A menu that rarely changes is static.


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 ......


What can turn static documents into applications such as games or calculators?

html


What does HTML stand for and the definition?

HTML stands for "hyper-text markup language".


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.