Tools, FAQ, Tutorials:
Hyper Link Points to a PDF File
What Happens If a Hyper Link Points to a PDF File?
✍: FYIcenter.com
If you want to build a hyper link to allow visitors to access
a PDF file by clicking a hyper link, you can put the URL of the PDF file
directly in the "href" attribute of the hyper link. If a visitor clicks the link,
the browser will fetch the PDF file, and launch Adobe Reader to display it
for you automatically.
The tutorial example below shows you how PDF files can be linked by hyper links:
<p>Click the hyper link to read the <a href="http://www.w3.org/TR/xhtml1/xhtml1.pdf" >PDF File</a> provided by www.w3.org.</p>
The above code is included below in this document, so you can try it now.
Click the hyper link to read the PDF File provided by www.w3.org.
⇒ Hyper Link Points to a ZIP File
2017-07-03, ∼1929🔥, 0💬
Popular Posts:
How to use the built-in "context" object in Policy expressions? The built-in "context" object can be...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to dump (or encode, serialize) a Python object into a JSON string using json.dumps()? The json.d...
How to install "The Windows SDK version 8.1"? I need to build my Visual Studio C++ applications. If ...
Where to find tutorials on EPUB file format? I want to know how to create EPUB books. Here is a larg...