javascript html dom

順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | kuかかってこい | 4846 | B | 4.8 | 99.6% | 58.6 | 285 | 1 | 9 | 2025/07/20 |
関連タイピング
-
JavaScript 暗記用です
プレイ回数3125英語長文1247打 -
プログラミングを学びたい方は是非!2025/05/21公開
プレイ回数768610打 -
javaではなくjavascriptのタイピング練習
プレイ回数1.1万英字739打 -
HTMLの超基本を練習できます!!
プレイ回数1474118打 -
htmlやcssのタイピングです。
プレイ回数6925英語長文120秒 -
HTMLタグの入力練習
プレイ回数444英語230打 -
基礎的なHTML
プレイ回数3485英語54打 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数3275短文英字429打
問題文
(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);