htmlタグ コンテンツの埋め込み編

関連タイピング
-
自作のハンバーガーメニューを作成しましょう!
プレイ回数3313英語長文721打 -
プログラミングタイピング
プレイ回数70英字60秒 -
python 基本
プレイ回数136英字120打 -
コマンドラインやプログラミング言語のタイピング練習用
プレイ回数1771英語長文90秒 -
全文字タイピング練習(108文字×100問,2分間ランダム)
プレイ回数3435英語長文120秒 -
HTMLのタグを打とう!
プレイ回数762短文90秒 -
Javaプログラミングにおける超入門タイピング練習です.
プレイ回数4381短文英字90秒 -
JAVAの練習用です。
プレイ回数1291長文120秒
問題文
(img src="../gif-img/abc.gif")
img src="../gif-img/abc.gif"
(iframe sandbox="allow-same-origin allow-forms allow-scripts" src="http://abc.com/"/iframe)
iframe sandbox="allow-same-origin allow-forms allow-scripts" src="http://abc.com/"/iframe
(embed src="flash/xyz.swf" width="100" height="50")
embed src="flash/xyz.swf" width="100" height="50"
(object data="jpeg-img/photo.jpeg" type="image/jpeg" width="60" height="60"/object)
object data="jpeg-img/photo.jpeg" type="image/jpeg" width="60" height="60"/object
(param name="parameters-name" value="parameters-value")
param name="parameters-name" value="parameters-value"
(video src="video.mp4" autoplay/video)
video src="video.mp4" autoplay/video
(audio src="sound.mp3" controls/audio)
audio src="sound.mp3" controls/audio
(source src="video.mp4")
source src="video.mp4"
(canvas/canvas)
canvas/canvas
(img src="map.gif" usemap="#name" alt="" width="100" height="100")
img src="map.gif" usemap="#name" alt="" width="100" height="100"
(map name="name"/map)
map name="name"/map
(area href="aaa.html" shape="rect" alt="sikaku" coords="10,20,30,40")
area href="aaa.html" shape="rect" alt="sikaku" coords="10,20,30,40"
(area href="bbb.html" shape="circle" alt="maru" coords="90,90,40")
area href="bbb.html" shape="circle" alt="maru" coords="90,90,40"
(area href="ccc.html" shape="poly" alt="takaku" coords="10,10,90,10,45,50")
area href="ccc.html" shape="poly" alt="takaku" coords="10,10,90,10,45,50"