Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML テンプレートの iframe 内に直接 HTML を配置することは可能ですか? このようなものは有効ですか?
<iframe> <html> <head> </head> <body> <p>Hello world</p> </body> </html> </iframe>
私の知る限り、機能するにはリンクをiframeに入れる必要があります。つまり、別の HTML ファイルを作成して、<iframe src="pagename.html"></iframe>
<iframe src="pagename.html"></iframe>