Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
What Happens If a Hyper Link Points to an Image
What Happens If a Hyper Link Points to an Image? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs
✍: FYIcenter.com
If you want to build a hyper link to allow visitors to see an image by clicking a hyper link, you can put the URL of the image directly in the "href" attribute of the hyper link. If a visitor clicks the link, the browser will fetch and display the image.
The tutorial example below shows you how image files can be linked by hyper links:
<p>Click the hyper link to see the <a href="http://www.ihrcanada.com/graphics/scenary.gif" >Scenary Image</a> provided by www.ihrcanada.com.</p>
The above code is included below in this document, so you can try it now.
Click the hyper link to see the Scenary Image provided by www.ihrcanada.com.
2007-05-12, 4904👍, 0💬
Popular Posts:
What Is a CAPTION Tag/Element? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells A "capti...
What is difference between ADPATCH and OPATCH ? # ADPATCH is utility to apply ORACLE application Pat...
If we inherit a class do the private variables also get inherited ? Yes, the variables are inherited...
How To Set session.gc_maxlifetime Properly? - PHP Script Tips - Understanding and Using Sessions As ...
What is the difference between Class and structure’s ? Following are the key differences between the...