html - bulleted list having links of pdf file -


what coding have write if want show links of .pdf files in bulleted list , when click on link , open pdf file?

<html> <head> <title>some links</title> </head>  <body>  <ul>     <li><a href="first.pdf">first file</a></li>     <li><a href="second.pdf">second file</a></li>     <li><a href="third.pdf">third file</a></li> </ul>  </body> </html> 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -