Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<!DOCTYPE html> <html> <head><title>iframes</title></head> <body style="padding: 20px; font-family: Arial;"> <h2>Embedded Map</h2> <iframe src="https://www.openstreetmap.org/export/embed.html?bbox=67.0,24.8,67.2,24.95&layer=mapnik" width="100%" height="300" title="Karachi Map" style="border: 1px solid #ddd; border-radius: 8px;"> </iframe> </body> </html>
Result
Open