Lecture

iframe νƒœκ·Έ

iframe νƒœκ·ΈλŠ” μ›Ή νŽ˜μ΄μ§€ 내에 λ‹€λ₯Έ μ›Ή νŽ˜μ΄μ§€λ₯Ό ν‘œμ‹œν•˜λŠ” νƒœκ·Έμž…λ‹ˆλ‹€.


iframe νƒœκ·Έ μ˜ˆμ‹œ
<iframe src="https://example.com" width="500" height="300"></iframe>

이 μ½”λ“œλ₯Ό μ‚¬μš©ν•˜λ©΄ example.com μ›Ή νŽ˜μ΄μ§€κ°€ ν˜„μž¬ νŽ˜μ΄μ§€μ˜ 500x300 크기의 μ˜μ—­ μ•ˆμ— ν‘œμ‹œλ©λ‹ˆλ‹€.


iframe νƒœκ·Έ μ£Όμš” 속성

src

  • src 속성은 μž„λ² λ“œν•  μ›Ή νŽ˜μ΄μ§€μ˜ URL을 μ§€μ •ν•©λ‹ˆλ‹€.

  • μ½”λ“œ μ˜ˆμ‹œ:

    iframe src 속성 μ˜ˆμ‹œ
    <iframe src="https://example.com"></iframe>

width & height

  • width와 height 속성은 iframe의 크기λ₯Ό μ§€μ •ν•©λ‹ˆλ‹€.

  • μ½”λ“œ μ˜ˆμ‹œ:

    iframe width & height 속성 μ˜ˆμ‹œ
    <iframe src="https://example.com" width="400" height="250"></iframe>

frameborder

  • frameborder 속성은 iframe μ£Όλ³€μ˜ ν…Œλ‘λ¦¬ 유무λ₯Ό μ§€μ •ν•©λ‹ˆλ‹€. λ‹€λ§Œ, μ΅œμ‹  μ›Ή λΈŒλΌμš°μ €λŠ” 더 이상 이 속성을 μ‚¬μš©ν•˜λŠ” 것을 ꢌμž₯ν•˜μ§€ μ•Šκ³ , CSS의 border 속성을 μ‚¬μš©ν•˜μ‹œλŠ” 것을 ꢌμž₯ν•©λ‹ˆλ‹€.

  • μ½”λ“œ μ˜ˆμ‹œ:

    iframe frameborder 속성 μ˜ˆμ‹œ
    <!-- ꡬ식 방법 --> <iframe src="https://example.com" frameborder="0"></iframe> <!-- ꢌμž₯ν•˜λŠ” 방법 --> <iframe src="https://example.com" style="border: none;"></iframe>

μ–΄λ–»κ²Œ μ‚¬μš©ν•˜λ‚˜μš”?

iframe νƒœκ·ΈλŠ” λ™μ˜μƒ(예: 유튜브), 지도(예: ꡬ글지도), μ™ΈλΆ€ μ›Ήμ‚¬μ΄νŠΈ 등을 μ›Ή νŽ˜μ΄μ§€ μ•ˆμ— ν¬ν•¨μ‹œν‚¬ λ•Œ 주둜 μ‚¬μš©ν•©λ‹ˆλ‹€.

Mission
0 / 1

iframe νƒœκ·Έμ˜ μ£Όμš” 속성 쀑 μ›Ή νŽ˜μ΄μ§€μ˜ URL을 μ§€μ •ν•˜λŠ” 속성은 λ¬΄μ—‡μΈκ°€μš”?

`iframe` νƒœκ·Έμ˜ 속성은 μž„λ² λ“œν•  μ›Ή νŽ˜μ΄μ§€μ˜ URL을 μ§€μ •ν•©λ‹ˆλ‹€.
src
width
height
style

Lecture

AI Tutor

Publish

Design

Upload

Notes

Favorites

Help