building online gallery

Purpose of this website is to showcase picture collections. This website only contain static pages without any functionality. To concentrate on website building environment with readily available applications like notepad and browser. Before dive into coding, always do some sketches to design your website. A simple boxes with page name would be enough to give your overall idea. adding your website content and edit them is always easy to do with paper and pencil. Design comes handy when your project become big and complex.websites which contains static pages like home, about us and contact us. We add another page which is specific for this web site gallery. Once your design is ready, we can dive into coding. Create a folder in desktop and name it gallery , all files belongs to web site will be saved here. First thing we will do is write a template. Your home page will be template for other pages. All web pages consist of code HTML code: <html> ...