Post

Static/ Dynamic Pages

✅ Static Page

page written in HTML, CSS, JS
when server revcieves request, send response to client

✅ Dynamic Page

pages writeen in CGI, AJAX, ASP, ASP.NET, etc
content of pages is different for different visitors
information on page is changes frequenlty

  • stock prices
  • weather
This post is licensed under CC BY 4.0 by the author.