+ 1

What is the difference between a static and a dynamic web page ?

10th Aug 2017, 12:57 PM
Siphesihle Qhabalaka
Siphesihle Qhabalaka - avatar
3 ответов
+ 2
Static is "non-changing" and Dynamic is "changing" in a sense. If you have a website with a div that needs to fill the screen so you make it 1000px wide it would be 1000px no matter where you see it. On computer on mobile anywhere and this could be bad because not all screens have a width of 1000px some are smaller and some are bigger. Dynamic would be instead of 1000px to fill the screen you would do 100%. This would make the div fill the screen length wise no matter what you're viewing it on.
10th Aug 2017, 1:10 PM
MemeSenpai
MemeSenpai - avatar
+ 2
In simplest terms, static Website pages are those with content that cannot change without a developer editing its source code, while dynamic Website pages can display different content from the same source code.
10th Aug 2017, 1:53 PM
Aishwarya Mankar
0
Static is how the webpage is handed over to the user while dynamic is when the Webpage is compatible with different screen sizes
10th Aug 2017, 1:00 PM
Iwan
Iwan - avatar