0
I want to link another html document with my initial one how could I. ?
Help pls
9 Respuestas
+ 2
link as embed another html document inside actual html?
<iframe src="url_of_html">
+ 2
Bro it's showing forbidden file
+ 1
link as you click the link and the other html document is loaded?
<a href="url_of_html">view my html</a>
+ 1
Vɪя͢ʊ͋S͚ジ, so a problem is with the page you are linking to.
Or did you not replace url_of_html with your link?
+ 1
get its a html created offline webpage not an online site I found no error in it
+ 1
what is showing "forbidden file"?
<a> or <iframe>?
what did you write exactly as url?
are both html file on same server or on different domain name?
+ 1
visph let me explain you
I have a html document saved in my device and I want to add it in my sololearn project how can I add it
+ 1
you cannot...
you need to upload your html file somewhere on the web, and use its (absolute) url ^^
however, iframe requires allowing CORS for targeted/embeded document ;P
+ 1
visph thanks bro