PDA

View Full Version : What is difference between dynamic and static website?



Deepak5
12-20-2017, 06:09 AM
What is the difference between dynamic and static website?


Best php training institute in Ludhiana (http://www.vismaadlabs.com/industrial-training.html) | seo experts in punjab (http://www.vismaadlabs.com/seo-services.html)

DenialClark
12-20-2017, 06:45 AM
Static website is the basic type of website that is easy to create. You don't need web programming and database design to create a static website. Its web pages are coded in HTML.

Dynamic website uses client-side scripting or server-side scripting, or both to generate dynamic content.

whisperingconch
12-20-2017, 06:46 AM
A static website doesn't change. It's usually just a bunch of html, css, and possibly javascript files that are served by a simple webserver. A dynamic website has a backend written in a language like PHP, Python, Ruby, Node.js, etc.

24x7servermanag
12-22-2017, 04:30 AM
The websites which has the dynamic web pages are called the dynamic sites. The information on the dynamic websites will change according to viewers, their timzone, the location from where you are accessing the site, their native language and many more.

Those websites have the client and server side scripting which used to load the web pages.

Static website used to remain as it on every search. They do not vary according to user. There is no customization option for the static URL.

Deepak5
12-22-2017, 05:05 AM
Static testing is software testing technique where testing is carried out without executing the code. This type of testing comes under Verification. ... Dynamic testing is software testing technique where testing is carried out with executing the code. This type of testing comes under Validation

deepakrajput
12-23-2017, 10:17 PM
Static website is design using HTML while dynamic using PHP languages.