Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Happens If a Hyper Link Points to a Music File
What Happens If a Hyper Link Points to a Music File? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs
✍: FYIcenter.com
If you want to build a hyper link to allow visitors to access a music/sound file by clicking a hyper link, you can put the URL of the music/sound file directly in the "href" attribute of the hyper link. If a visitor clicks the link, the browser will fetch the music/sound file, and launch an audio player program to play it for you automatically.
The tutorial example below shows you how music/sound files can be linked by hyper links:
<p>Click the hyper link to hear the <a href= "http://sunsite.sut.ac.jp/multimed/sounds/birds/whip_bird.au" >Bird Sound</a> provided by sunsite.sut.ac.jp.</p>
The above code is included below in this document, so you can try it now.
Click the hyper link to hear the Bird Sound provided by www.ihrcanada.com.
2007-05-12, 13439👍, 0💬
Popular Posts:
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
What Happens to Indexes If You Drop a Table? - Oracle DBA FAQ - Managing Oracle Table Indexes If you...
1. What is normalization. 2. Difference between procedure and functions. 3. Oracle 9i Vs 10g. 4. how...
How can we format data inside DataGrid? Use the DataFormatString property.
What is the sequence of UML diagrams in project? First let me say some fact about this question, you...