Static and Dynamic Web Pages
Static and Dynamic Web Pages
3. And these web pages are seen through a web browser. In static web pages, Pages
will remain the same until someone changes it manually.
4. fixed content- Each page is coded in HTML and displays the same information to
every visitor.
5. show the same content each time they are viewed.
6. Advantages- Static Web Page takes less time for loading than dynamic web page.
7. fixed content- Each page is coded in HTML and displays the same information to
every visitor.
Pros and Cons of Static web page
PROS CONS
Cost – effective : cheaper to develop Not good for a long run: business – may
5. In dynamic web pages, Content of pages are different for different visitors
6. The updating information could come from the server, or from changes made to
that page's DOM.
Dynamic Web Page
A dynamic website may contain 2 types…….
– client-side scripting or
– server-side scripting
1. With client-side HTML scripting, the page can use JavaScript or another
scripting language to change the data of page as it is dynamically built.
2. With server-side scripting, scripts are run on the server that hosts the
page. The process for how the page is built is determined by parameters
defined in the server-side scripting.
Pros and Cons of Dynamic web page
PROS CONS
Easy to Update : No expertise required the Higher Cost : higher cost fro development and
business owner can update himself. Any single hosting, but doesn’t cost much for updating,
Interactive : Interact with user and changes Slow processing : there are lots of complex
loading.