Computer problems,Computer help
*AX SOFT>>>Programming & Design

What is the html code for linking things?


like if i had a long url of a picture and just wanted to write the word "picture"
so you could click it and get to my picture.

<a href="http://www.yahoo.com">Picture</a>
<a href="type link to your picture here">Picture</a>

<a href="long url" alt="short description">picture</a>

Just add the description if you want to show more information about your picture before the user click on it, or maybe for accessibility purposes...

If you want to add a description use title as its part W3C compliant. alt should be used for images.

eg <a href="stuff.html" title="my stuff"><img src="pic.jpg" alt="my pic" /></a>

You may also find this site of help
http://www.w3schools.com/tags/default.as...

Learn about linking in this HTML tutorial page

http://www.vbtutor.net/HTML/tutorial.htm...

o like a whore code well go to
damagedscene.com
click on codes and click link codes and it will tell u wat to do
it will say
"link here"
and then there is another one were it says
"type here"

its a good website

will solve any problem you have good luck

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Can a web site database (like Y!A) be on XML files only?

    It is technically possibly - but hideously inefficient. You'd end up replacing expensive database software with even more expensive CPUs and RAM. There are plenty of good, free database pac...

  • Can Frontpage & Dreamweaver Work Together?

    Stick with only one of these, or you will end up with a horrible, mangled, unmaintainable mess. BOTH programs modify the underlying code to suite their own needs. I know as I own and use both of th...

  • Interactive JAVA Tutorials?

    hi twinkle check ...

  • How do i make a button inside a movie clip go back to scene 1 in flash?

    Hello, To move to a specific scene in Flash (actionscript), you would need to use gotoAndPlay( scene, frame ) method. To use it properly, apply the actionscript for that button: Where scene...

  • A countdown timer done in C..?? is it possible...??

    Based on this: #include <time.h> double startTime; double runSecs; startTime = dtime(); // Calculations runSecs = dtime() - startTime; // or second counter startTime =...

  • What is the use of Random class in java?

    A Random class generates a stream of pseudo-random numbers. To create a new random number generator, use one of the following methods: new Random() new Random(long seed) chec...

  • Sir i have an idea to design a social network i want your help to design social network, what i need to do?

    You can find step by step guide on how to create a website at website like ...

  • How to convert .jar files to .exe?

    You can convert your Java files into exe programs using two ways, but it depends on your purpose of doing so. If you want an exe launcher for your Java program, exe4j (...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster