This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by adamf12345
almost 11 years

I cant get a link to show up help

this is my code and i cant get a link to show up

Answer 515d7d7a9388a86125000eca

0 votes

Permalink

You are just showing a picture now. Maybe this helps:

 <!DOCTYPE html>
     <html>
         <head>
            <title></title>
            </head>
         <body>
              <a href="http://www.nu.nl">
              <img src="http://u.goal.com/267900/267903hp2.jpg"/>
              </a>

   <!--above this comment is a jpg-picture that links to s website (www.nu.nl) -->

              <img src="http://l1.yimg.com/nn/fp/rsz/033113/images/smush/wichita-    state_635x250_1364696589.jpg"/>

     <!above this comment is just a picture-->

               <a href="http://www.adobe.com">Click here</a>

       <!above this comment is a text (Click here) that links to a webpage (adobe)-->

          </body>
         </html>

I hope this helps! Don’t forget the http:// in front of www. etcetera !

points
Submitted by programma1
almost 11 years