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.
Â
⇒⇒HTML Tutorials
2017-07-03, 1039👍, 0💬
Popular Posts:
How to use the Atom Online Validator at w3.org? w3.org feed validation service is provided at http:/...
How to Instantiate Chaincode on BYFN Channel? You can follow this tutorial to Instantiate Chaincode ...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to use the JSON to XML Conversion Tool at freeformatter.com? If you want to try the JSON to XML ...