Html assignment help!?

Michael M

New member
I've been working on a few html assignments for school but im getting stuck and my teacher isnt being any help at all. For one of my assignments i am supposed to make a colors site. I have to code 9 pictures to show up on the page. However when i code the image in, i just get some weird symbol. It happened before in a past assignment and was fixed, merely by changing the file extension to a gif. However this time that didn't work. Here is the code for that one if anyone can help me. I have very little cuz i stopped when the image wasn't working.

<image src="images/grey.jpeg" alt="grey color">

For another assignment I am supposed to code 2 hyperlinks to a page. I got the links to show up but they arent working. i get a "web page not found" message. Here is the code for that one

<html>
<head>
<title>My Portfolio</title>
</head>
<body>
<p>My Portfolio</p>
<p><a href="portfolios/unit2/invitation/invite.html">Invitation </a></p>
<p><a href="portfolios/unit2/invitation/css.html">Web Master Role</a></p>
</body>
</html>

What am i doing wrong with my codes?
 
Back
Top