html5 - Google form doesn't load in iframe in html -


i'm using <iframe> in html5 working correctly other links except google forms. please tell me wrong. here link i'm using:
http://www.sciencekidunya.com/event

and google form link is: https://docs.google.com/forms/d/1ehenks61n8rmxhxvik7a8l0ockbtpjgn4zpy-vdqjxs/viewform

and code is:

 <body>  <center><img src="banner.jpg" width="100%" height="40%"><br><br> <iframe src="https://docs.google.com/forms/d/1ehenks61n8rmxhxvik7a8l0ockbtpjgn4zpy-vdqjxs/viewform"></iframe>  </center></body> 


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -