Hello All,
I just discovered this forum while in search of help with hw for school. I'm taking a web based computing class, and am doing html with framesets right now. Can anyone here write me a simple html code for this assignment? I'm just a mom trying to get a degree and this is really stumbling me. I don't know how to create 'buttons' for the Home, Products and Feedback menu/frame. I also don't know how to create the framesets and how to like link the Products page to a new screen when you click on its button. Help please! You can PM me the code or just load it here.
Create the front page of a fake store using HTML. Please use a text editor to write the HTML code. You can choose any kind of store - one that sells apparel, sports goods, food, etc. The front page will have two frames. The frame on the left will contain the menu. The items on the menu - home, products and feedback form. When a user clicks on "home", the main page
of the store will be displayed in the right frame. The main page should have the name of the store as well as 4-5 sentences describing what the store does. When products is clicked, the page with a list of products and their prices will be displayed in the right frame. Make sure you use a table to display this information. You should display 4-5 products and their prices. Adding some images will be a plus. Feedback form will lead to a form with a textbox asking for the user's name, and radiobuttons to get the user's dating of the site. When you are done, please upload five HTML files to WebCT. The five files will be - the file defining the frames, the file with the menu, main page, products page, and the feedback form.