+ 1
Anyone can tell explaint me dynamic web
4 ответов
+ 3
A website, or individual web page, can be static or dynamic. ... A dynamic website can contain client-side scripting or server-side scripting to generate the changing content, or a combination of both scripting types. These sites also include HTML programming for the basic structure.
+ 2
I'm guessing you are talking about dynamically generated websites. This refers to creating HTML on demand for the user versus sending a static file to all users. For example, Facebook uses dynamically generated pages to show a user their news feed. A blog on the other hand might serve the user a hard coded HTML that lives on the web servers hard drive.
+ 2
sometimes the content of a page is not fixed like a webpage generated by shopping website they analyze the search then take information from database and then make web page this is dynamic webpage and when content are fixed it is static
0
Thank you!