diff --git a/HTML/iframe.md b/HTML/iframe.md
new file mode 100644
index 0000000..0a74efc
--- /dev/null
+++ b/HTML/iframe.md
@@ -0,0 +1,51 @@
+## iframe 태그
+
+### 특징
+1. iframe = inline frame 태그의 약자
+2. 해당 웹 페이지 안에 다른 웹페이지 또는 동영상 등을 삽입해주는 태그
+3. inline-block 속성을 가짐.
+ex) 내 웹사이트에 원하는 유튜브 영상 가져오는 법
+
+### 사용방법
+1. frame과 달리, iframe 태그는 종료 태그가 있음.
+```html
+
+```
+2. iframe 태그 형태
+```html
+
+```
+3. iframe 태그 옵션 (