Sunday, August 16, 2015

dynamic website vs static web site

Dynamic:
specific information for every user
example: facebook. After login you will get your timeline but url same for all user.
Static:
same information for every user
example: w3school shows tutorial for all user.

No comments:

Post a Comment

css snippet for blogger code highlighting

code, .code {     display: block;     background: beige;     padding: 10px;     margin: 8px 15px; }