javascript html dom

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | kuかかってこい | 4846 | B | 4.8 | 99.6% | 58.6 | 285 | 1 | 9 | 2025/07/20 |
関連タイピング
-
htmlのタグを入力
プレイ回数99300秒 -
JavaScriptの暗記用です
プレイ回数2629英語長文504打 -
htmlのタグが問題に出されます
プレイ回数1098短文120秒 -
javascript,web
プレイ回数583英語長文445打 -
プログラミングを学びたい方は是非!2013/07/03公開
プレイ回数36万1071打 -
プログラミングを学びたい方は是非!2025/05/21公開
プレイ回数783610打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数3283短文英字429打 -
JavaScript 暗記用です
プレイ回数3131英語長文1247打
問題文
(const p=document.createElement("p");)
const p=document.createElement("p");
(const text=document.createTextNode("new text");)
const text=document.createTextNode("new text");
(p.appendChild(text);)
p.appendChild(text);
(const parent=document.getElementById("div1");)
const parent=document.getElementById("div1");
(parent.appendChild(p);)
parent.appendChild(p);
(const child=document.getElementById("p1");)
const child=document.getElementById("p1");
(parent.insertBefore(p,child);)
parent.insertBefore(p,child);
(child.remove();)
child.remove();
(parent.replaceChild(p,child);)
parent.replaceChild(p,child);