Computer Class Final Test (Updated)
You can sit down with other student and work together in the test, you can use this blog to get information.- Go in the class and find a computer with dreamweaver and internet working, it is your responsibility to find one fast I will only give you 5 MINUTES.
- I will give the steps that you can follow to pass this test. If you do the extra work I will point out, you will get extra points
- SAVE YOUR WORK (DRIVE D:/M3/<yourFolder>) AS YOU GO, its your responsibility to save and make sure that a computer crash will not stop you from finishing your test.
STEPS (DO THIS TO PASS THE TEST):
- Open Dreamweaver
- Create a workspace (click on Dreamweaver Site...)
- Give it a name and set its location to D:/M3/<yourFolder>
Creating three pages.
- On the right panel in the "file" tab right click on the root folder and click on "New Folder"
- There will be a new html file created, rename it to Home.html
- Add two more pages called Main.html and About.html
- Save
Adding a table to each page for the navigation menu
- Double click on Home.html to open it
- Make sure you are in design tab (its located in the upper left side of the window opened for Home.html)
- Click on the Home.html window to make sure its selected
- Click on Insert->Table
- Set the table width to 100 percent (make sure you select "percent")
- Set the table to 1 row and 3 columns
- Click done
- Select the first cell in your table and type "Home" do the same for the other cells and type "Main" and "About"
- Select the entire table and copy paste it to the other two files (Main.html and About.html)
- Save
- Go back to Home.html
- Select the text "Home" from the navigation menu (table)
- On the bottom there is a panel with Properties
- In the panel look for "Link", now you can use the drop list to choose Home to link the text "Home" to the Home.html page, if you don't see Home in the list, use this little target icon next to the list, click and hold the mouse button down while you drag it to the Home.html file in the File Tab.
- Below Link there is another drop list called Target, choose "_self"
- Now do the same with "Main" and "About", link them to the Main.html and About.html files and set their targets to "_self" as well
- Save
- Do the same in the other two pages (Main.html and About.html
- Make sure you test your project using File->Preview in Browser->IExplorer
- If it all works fine at this point you have a pass grade, once done call me and I will grade your work, you will have to show me something you did (for example how you added a link or a table, or how to add new files.
- Add text to your pages
- Add backgrounds
- Add some images
No comments:
Post a Comment