"HTML iframe 태그"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
 
(사용자 2명의 중간 판 9개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;HTML iframe 태그, 아이프레임
;HTML iframe 태그, 아이프레임
*HTML 인라인 프레임
*HTML 인라인 프레임
<source lang='html5'>
<syntaxhighlight lang='html5' run>
<iframe src="http://www.google.com"></iframe>
<iframe src="https://google.com"></iframe>
</source>
</syntaxhighlight>
<syntaxhighlight lang='html5' run>
<iframe src="https://zetawiki.com"></iframe>
</syntaxhighlight>


==같이 보기==
==같이 보기==
*[[iframe sandbox 속성]]
*[[iframe reload 하기]]
*[[iframe reload 하기]]
*[[jQuery iframe 생성]]
*[[jQuery iframe 생성]]
13번째 줄: 17번째 줄:
*[[jQuery iframe URL 변경]]
*[[jQuery iframe URL 변경]]
*[[프레임, 아이프레임 새로고침]]
*[[프레임, 아이프레임 새로고침]]
*[[HTML frameset 태그]]
*[[HTML frameset, frame 태그]]
*[[HTML frame 태그]]
*[[프레임킬러]]


==참고 자료==
==참고==
*http://www.w3schools.com/tags/tag_iframe.asp
*http://www.w3schools.com/tags/tag_iframe.asp


[[분류: HTML 태그]]
[[분류: HTML 태그]]
[[분류: frame]]

2021년 4월 13일 (화) 04:02 기준 최신판

1 개요[ | ]

HTML iframe tag
HTML iframe 태그, 아이프레임
  • HTML 인라인 프레임
<iframe src="https://google.com"></iframe>
<iframe src="https://zetawiki.com"></iframe>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}