Similarly, you can type the codes for other links also. Let us see another example:

<HTML>
<HEAD>
<TITLE>LINKING WEBSITES </TITLE>
</HEAD>
<BODY Bgcolor="Cyan">
<UL>
<LI> <A Href="http://www.amazon.com/">Amazon Site</A> </LI>
<LI> <A Href="http://www.intel.com/">Intel Corporation</A> </LI>
<LI>For standard Hardware <A Href="http://www.ibm.com/">IBM Corporation</A> </LI>
<LI>For standard Software <A Href="http://www.microsoft.com/">Microsoft Corporation</A> </LI>
</UL>
</BODY>
</HTML>

TITLE ATTRIBUTE

The Title attribute is used to give a title to the document to which you are linking. It contains some information about the link in the textual format that is enclosed in double quotes. The text appears when a user moves his mouse over that link. The title attribute is optional. The browser might use the title attribute when adding this link to a user's hot list.

This attribute is especially useful for referencing an image or a non-HTML document.

<HTML>
<HEAD>
<TITLE>TITLE ATTRIBUTE </TITLE>
</HEAD>
<BODY Bgcolor="#57FEFF">
<CENTER>
<FONT Face="Toledo" Color="#F87217" Size="5">Click on the below image:</FONT><BR>
<A Href="https://www.google.com" Title="LET US GOOGLE THE WORLD"> <IMG Src="google1.png"> </CENTER>
</BODY>
</HTML>

learning computers withKipspage no:115

         
Home