an iframe (inline frame) is an HTML element | Web Scripts | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

an iframe (inline frame) is an HTML element

an iframe (inline frame) is an HTML element

LV
0
 

Engfree

Member
Joined
Aug 20, 2023
Threads
10
Likes
0
Awards
2
Credits
819©
Cash
0$
Code:
<!DOCTYPE html>
<html>
<head>
    <title>Embedded Content Example</title>
</head>
<body>

<h1>Embedded Content Example</h1>

<p>Below is an embedded Google Map using an iframe:</p>

<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3220.291595755925!2d-122.0840579846853!3d37.42209842997545!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8085807a1ebb1c7d%3A0x8dd0c0631c9778d6!2sGolden%20Gate%20Bridge!5e0!3m2!1sen!2sus!4v1562726957439!5m2!1sen!2sus" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen=""></iframe>

</body>
</html>
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top Bottom