Download Your project: Create a page that looks something like this: The

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
Assignment: My Choice
Your project: Create a page that looks something like this:
The Background Image is YOUR CHOICE.
The Main Image is YOUR CHOICE.
4 Pictures on the bottom must link to the 4 image pages YOU MADE. Picture border (link &
vlink) must be white. Links MUST open to a new tab/window.
1. Find a picture of anything you like for the background (keep it school appropriate). Download it to
your Web Design folder on the M Drive.
2. Find another picture for the main image. Download it to your Web Design folder on the M Drive.
3. Download the four images that match the pages you made in the images assignment.
Assignment: My Choice
4. Open Notepad++, write your basic html code, set the language to html and save as mychoice.
5. Write the code inside the body tags:
a. The picture from #1 will be in the background <body background=“filename.filetype”>
b. At the top a heading that says: My Choice <h1>My Choice</h1>
Use any color and font style you’d like <font face=“ “ color=# >
c. The picture from #2 below the heading
<br /> <img src=“filename.filetype”>
d. A sentence about why you choice picture #2 below the picture.
<br />
e. The four pictures that link to the 4 image pages you made:
<a href="file:///C:/Users/kdrasmussen/Desktop/Web%20Design%20Sites/lego.html" target="_blank"><img
src="batman1.jpg" border="10px" height="200px"></a>
Clicking the picture of Batman will link to the Lego page you made
f. Borders must be white <body background=“filename.filetype” link=# vlink=#>