What does the code after the google maps section not work? I can’t figure it out. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does the code after the google maps section not work? I can’t figure it out.

https://code.sololearn.com/Ww4PF6u5m9Ur/?ref=app

11th May 2020, 10:38 PM
Solomon Crawford
Solomon Crawford - avatar
4 Answers
0
https://code.sololearn.com/WsoZNhsE8N97/?ref=app
11th May 2020, 10:48 PM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar
+ 2
Thanks I completly overlooked that
11th May 2020, 10:48 PM
Solomon Crawford
Solomon Crawford - avatar
+ 1
Because you didn't complete the iframe tag. As a result the rest of code is being detected as part of iframe. Put '>' after your iframe attributes.
11th May 2020, 10:45 PM
Sajid
Sajid - avatar
0
1. You declare html and body two times. 2. h1 tag out of body tag 3. iframe without ">"
11th May 2020, 10:45 PM
_yaroslavv [online_everyday]
_yaroslavv [online_everyday] - avatar