javascript html dom
html DOM要素
| 順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | かナtお!? | 2429 | F++ | 2.5 | 96.2% | 112.8 | 285 | 11 | 9 | 2026/08/25 |
関連タイピング
-
自作のハンバーガーメニューを作成しましょう!
プレイ回数4453 英語長文721打 -
JavaScript暗記用です。
プレイ回数3823 英語長文707打 -
JavaScript 暗記用です
プレイ回数1385 英語長文1345打 -
htmlのタグを入力
プレイ回数503 300秒 -
プログラミングを学びたい方は是非!2025/05/21公開
プレイ回数4239 610打 -
TLJ専用のHTML(上級編)タイピングです。
プレイ回数2259 長文60秒 -
プログラミングで良く使う英単語、構文のタイピングです!
プレイ回数4584 短文英字429打 -
TLJ専用のHTML練習用タイピングです。
プレイ回数4888 260打
問題文
ふりがな非表示
ふりがな表示
(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);