iframe syntax - HTML
Q. Which of the following is the correct syntax to add an iframe?- Published on 26 Aug 15a. <iframe src = " demo_iframe.htm " style = " border:none " > < / iframe >
b. <iframe src = " demo_iframe.htm " style = " border:5px dotted red " > < / iframe >
c. <iframe src = " demo_iframe.htm " width = " 200 " height = " 200 " > < / iframe >
d. <iframe src = " URL " >< / iframe>
ANSWER: <iframe src = " URL " >< / iframe>