본문 바로가기
웹프로그래밍/HTML5

[HTML5] iframe

by 폴더맨 2024. 6. 8.
<!Doctype html>
<html>
<head>
<title> 3장 iframe </title>
</head>
<body>
<iframe id="inlineFrameExample"
    title="Inline Frame Example"
    width="300"
    height="200"
    src="https://www.openstreetmap.org/export/embed.html?bbox=-0.004017949104309083%2C51.47612752641776%2C0.00030577182769775396%2C51.478569861898606&layer=mapnik">
</iframe>
</body>
</html>

 

 

세상을 링크하라!!! 모든 링크를 한 자리에...
링크닷컴: https://linkdotcom.mycafe24.com/

 

유용한 링크, 링크닷컴 #무료 #링크사이트 #링크사이트

컴퓨터 및 일반 유용한 링크들을 모아 놓았습니다. 지금 바로 확인하세요!

linkdotcom.mycafe24.com

 

'웹프로그래밍 > HTML5' 카테고리의 다른 글

[HTML5] table / colgroup  (0) 2024.06.08
[HTML5] img  (0) 2024.06.08
[HTML5] pre / blockquote  (0) 2024.06.08
[HTML5] dl  (0) 2024.06.08
[HTML5] 12. 웹폼 3  (0) 2024.02.08