A static website service contains web pages with fixed content. Each page is coded in html and displays the same information to every visitor. Static sites are considered the premier basic type of website alongside being the easiest to create. Unlike dynamic websites, None exists need for any web programming or database design. A static site can be built by simply creating a few html pages and publishing them to a web server. Since static web pages contain the content, Fixed code of each page does not change unless otherwise stated manually updated by the webmaster. This works well for but it, Small websites can make large sites with hundreds or thousands of pages difficult to larger websites, Maintain. Therefore typically use that can, Dynamic pages potentially be updated by simply modifying a database record. Static sites that contain a significant number of pages typically created using templates. This enables the opportunity to update several pages at once, And also helps provide a consistent layout throughout the site.