A static website is a type of website where each page is fixed and doesn't change unless someone manually edits the code. Here's a simple explanation:
Static Website (Easy Definition):
A static website shows the same content to every visitor. It is made with HTML, CSS, and maybe some JavaScript. There is no database or automatic content updates.
Tools Used:
HTML (for structure)
CSS (for styling)
JavaScript (for small interactivity, optional)
Features of Static Website:
Fast to load ⚡
Simple to build 🛠️
Low cost 💸
Harder to update (you must change the code yourself) ✍️
Static vs Dynamic:
Feature Static Website Dynamic Website
Content Same for all Changes based on user
Updates Manual Automatic (via database)
Example Personal blog, portfolio Facebook, Daraz, YouTube