Static and Dynamic Website /Web page –
Static web page |
Static sites are the most basic type of website and are the easiest to create. Unlike dynamic websites, they do not require any Web programming or database design. A static site can be built by simply creating a few HTML pages and publishing them to a Web server.
Check out the video Watch Free video
STATIC WEB PAGE CHECK HERE |
- Advantages of a static website:
- Provide improved security over dynamic websites
- Improved performance for end users compared to dynamic websites
- Less or no dependencies on systems such as databases or other application servers
- Disadvantages of a static website:
- Dynamic functionality has to be added separately
Dynamic web page |
Dynamic sites are those website’s which are written in server side scripting languages like JS, PHP, JSP etc.These website’s are interactive and content changes on these websites timely.Dynamic website has Databases and program script’s.
EXAMPLE OF DYNAMIC WEBSITE CHECK HERE |
Advantages of a Dynamic website:
- Much more interactive in nature and it offers great user experience.
- Easier to add and update content on the website through CMS integration.
Disadvantages of a Dynamic website:
- Compared to development cost of static websites, dynamic websites costs more.
- Hosting also costs a little more.
Static Website /Web page
|
Dynamic Website /Web page
|
A static website contains Web pages with fixed content.
|
A dynamic website contains web pages which does not have fixed content.
|
Web page are coded in HTML and displays the same information to every visitor.
|
A dynamic web page is a web page that displays different content each time it’s viewed.
|
Static sites are the most basic type of website and are the easiest to create.
|
Dynamic sites are not easy to create as compare to the static website or static web page.
|
Static Websites does not require any programming or Database ,Static webpage or website are simple HTML and CSS based website which only shows the information
|
Dynamic website requires programming and Databases, and basic structure of dynamic is also written in HTML.
|
HTML and CSS are used to create static webpages and frameworks like Bootstrap, Foundation can be used to create it to.
|
Server side Scripting and Client side Scripting is used to create dynamic website or web pages even both Server side and client side scripting can be used to create dynamic website or webpage.
|