HTML Web Design Adventure!




Programs


Make a web site withmultible pages and files using standard file organization and HTML formatting. Include CSS code, and Javascript elements in the website. Before continuing make sure you have gone through the "About" sections of this website.


Objective 1: Come Up With an Idea

Now that you have some practice with HTML and CSS, and a little Javascript, you are ready to start your Website Project. Visit some web sites to get ideas. If you have an assignment in another class you could turn it into a web site. Come up with a look that you like, Color scheme, layout etc.


Objective 2: Get Organized

Start with a folder that will contain all the files for your website. Create a folder in the sites folder on your account. Inside that folder, create a folder named "images". Any images in your website will go in this folder.


Objective 3: Create a template

Create a template HTML for your new site. Save it as template.html. The tamplate should include a main menu which will contain links to the main pages to your site. Copy the template and rename it for each page. Make sure one of those is index.html.