iframeのsrcにURLを指定することで外部ページをiframe内に表示させる手法がiframeの一般的な利用方法である。 srcdoc属性を利用することで(文字列を指定)、iframe内に指定の文字列を表示させることができる。文字列としてHTMLを指定するとHTMLとして解釈される。
An HTML iframe tag lets you display a Google map anywhere on your Web page. The iframe is an element that displays another Web page in your own pages, so you do not need to code for the content ...