Secondly- I have an assignment for you guys to complete.
Before you do anything- MAKE SURE YOUR VACATION PROJECT IS FINISHED AND IN YOUR DRIVE.
Finish the assignment below. It shouldn't take you the entire class period. Make sure to put your HTML document in drive so I know you did it.
Once you are finished, you can either study for exams, or race your friends on Nitro Type.
Today's Assignment-
Make an HTML webpage with Editey in Google Drive. I want you to make the content realistic about something you are passionate about (dirt bikes, Volleyball, Fashion, MLB, etc. )
Your webpage must have the following features/ tags:
<DOCTYPE html>
<html> </html>
<body> </body>
Several descriptive paragraphs of font <p> </p>
A list (<ul></ul>) with at least 3 list items (<li></li>)
At least three images <img src="www.google.com">
A hyperlink to go to another website <a href="www.google.com"> Click here to search </a>
See my example code below for help. You will notice, I included a picture as my clickable link. To do that I put my img in my anchor. You don't have to do that, but it's a nice touch. Here's how:
<a href="www.google.com"> <img src="http://i.imgur.com/FPFNU26.png"></a>
Helpful tip: Remember- <img> tags are self closing. There is no closing image tag.
It should look like this:
<img src="#">
NOT THIS
Click Here to See it on the Web
No comments:
Post a Comment