answersLogoWhite

0


Best Answer

HTML was the first tool with which people had begun to create web pages in past times. HTML is a language that stylizes text, generate paragraphs and line breaks etc. However the most imperative thing that it does is link creation. Pages created with HTML are static pages because they remain the same for all the time to come -until and except you change them yourself. With scripting language -you can add a bit of dynamic element in static pages. For example, with JavaScript you can make a random number display every time a web page loads in browser. But even such pages are called static pages.

If you go to an online shopping website and see the product list -there are high chances that you'll be looking as dynamic web pages. Such web pages have two main components; Style of the page and information. Style of the page is created with tools like HTML, CSS, and JavaScript while the information is stored unconnectedly in a database. When a dynamic page loads in browser -it requests the database to furnish information depending upon user's choice. When the page receives this information from database -the styling code gets applied on it and the resulting web page is displayed to the user.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is static webpage is diffrent from the dynamic webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp