+ 5
How can I import data from a wiki page to my HTML
3 Respuestas
+ 7
How would I handle the errors in iframes??
+ 4
thanks
+ 2
do you mean, display the wiki page content on your page? If that's what you want, use the iframe tag. like so:
<iframe src="http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life"></iframe>