Static Sites

A static site is a website that is not having a lot of server-side logic and is overall made of plain HTML, CSS, javascript, either one or all three of them

Ex- Online portfolio, feedback form etc.

Let's look at some of the Advantages of Static websites

1) Simplicity - extremely simple to set up websites

2)No complex server-side logic, so it can handle a large amount of traffic

3) Speed- extremely fast

4)Since data is not fetched from the server so no data leak

5) Due to all this cost-effectiveness is another advantage

There are a few disadvantages as well

1) Limited functionality - very less options available for users to spend time on

2)No user interaction

3)Not good for complex implementation