View Single Post
Old 05-30-2017, 11:42 PM   #14
BRANEBENSON
Registered User
 
Join Date: May 2017
Posts: 41
A static website doesn't change. It's usually just a bunch of html, css, and possibly javascript files that are served by a simple webserver.

A dynamic website has a backend written in a language like PHP, Python, Ruby, Node.js, etc. These sites can take user input and change their content based on databases, external APIs, etc.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BRANEBENSON is offline   Reply With Quote