"SamplePageDownload" பக்கத்தின் திருத்தங்களுக்கிடையேயான வேறுபாடு
நூலகம் இல் இருந்து
வரிசை 9: | வரிசை 9: | ||
<p>Click the link below to open the PDF file:</p> | <p>Click the link below to open the PDF file:</p> | ||
<a href="http://www.noolaham.net/project/01/13/13.pdf" target="_blank">காகம் கலைத்த கனவு (194 KB)</a> | <a href="http://www.noolaham.net/project/01/13/13.pdf" target="_blank">காகம் கலைத்த கனவு (194 KB)</a> | ||
+ | </body> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | <!DOCTYPE html> | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>PDF Link Example</title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <h1>PDF Link Example</h1> | ||
+ | |||
+ | <p>This is a read-only link to the PDF file:</p> | ||
+ | <span style="color: gray; cursor: default;">Example.pdf</span> | ||
+ | |||
+ | <!-- OR --> | ||
+ | |||
+ | <!-- This approach uses the disabled attribute for the <a> element --> | ||
+ | <p>Another read-only link to the PDF file:</p> | ||
+ | <a href="http://www.noolaham.net/project/01/13/13.pdf" style="color: gray; text-decoration: none; cursor: default;" disabled>Example.pdf</a> | ||
</body> | </body> | ||
</html> | </html> |
22:40, 27 ஆகத்து 2023 இல் நிலவும் திருத்தம்
<!DOCTYPE html>
PDF Link Example
Click the link below to open the PDF file:
காகம் கலைத்த கனவு (194 KB)
<!DOCTYPE html>
PDF Link Example
This is a read-only link to the PDF file:
Example.pdfAnother read-only link to the PDF file:
Example.pdf