Day #2: Diving into the world of web development!
The topic of today's lecture was the browser, types of sites and it’s advantages and disadvantages.
Browser :- A Browser is a simple tool , a software that helps us to visualize our website.
Types of site:-
1) Static Site 2) Dynamic Site
Static Site :- A static site is one that does not dynamically fetch data from a server. its content remains fixed and is pre-rendered.
Dynamic Site :- Dynamic site is a type of website that uses a server-side programming and database to generate it’s content. it provides dynamic and interactive functionality to user.