Nowadays, website contents in the internet is not only text and image. Some other types of content have often Embedded in web pages. One of them is .PDF formatted. Website content with pdf formatted commonly used for showcase ebook or other long document.
To embed or display file with .pdf formatted, there are 2 simple ways you can used.
*the red code is path to your pdf file.
The html code above will link to your pdf file. And if you click that, you will open your pdf file in browser like this :
To embed or display file with .pdf formatted, there are 2 simple ways you can used.
Way #1
It is the way to embed .PDF formatted file as full page. It means, there are no other element in that page. It is like you read pdf file with browser, not pdf reader. The way is just link your pdf file with <a> tag.
<a href="http://localhost/bogor-learning/files/cerita.pdf" target="_blank">Cerita</a>
*the red code is path to your pdf file.
The html code above will link to your pdf file. And if you click that, you will open your pdf file in browser like this :


