Programming
static pages and dynamic pages
seoca
2019. 1. 9. 06:12
Static page
static means no change, action and progress. In Web development, static page gives pre-made pages which are relatively easy to code using HTML. Therefore, when users visit the site, it displays the exact same content.
Dynamic page
Other types of web page is dynamic web page. Dynamic means constant change and activity. The dynamic web page shows pages which are not pre-built. The pages will be created at runtime on the user's request. To acquire the database information, dynamic pages use languages such as PHP or JavaScript etc to create dynamic web pages. Frameworks like Ruby on Rails or Django etc are also used to generate dynamic pages.