1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

iframeタグ

Posted at

iframeタグを使用すれば特定のファイルをページの一部を表示することができる。

<iframe>~</iframe>

iframe: インラインフレーム(アイフレーム)

iframeタグ構成

  • src属性: 画像や文書など、表示させるファイルの場所を指定
  • width属性: iframeの幅を指定
  • height: iframeの高さを指定

<iframe src="/image/iframe.html width="200" height="500"></iframe>

参照

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?