document | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

document

hello i would insert a document (here a reglement) in my page and can search one information in the document... i must take only js or take too python, php... ? how insert it in the code ? if someone know how do i need help i don't find.. thank's

2nd Mar 2019, 7:40 PM
Axelle
1 Answer
+ 2
If you only want to embed a file, like a pdf document in your HTML page, there are some simple ways to do it without any additional programming. You can use <iframe> or <object> or <embed> tags for that. See some examples here: https://stackoverflow.com/questions/17784037/how-to-display-pdf-file-in-html
17th Mar 2019, 3:30 AM
Tibor Santa
Tibor Santa - avatar