javascript html dom

背景
投稿者投稿者パンサーfkいいね1お気に入り登録
プレイ回数574難易度(3.7) 285打 英語 英字
html DOM要素

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(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);

パンサーfkのタイピング

オススメの新着タイピング

タイピング練習講座 ローマ字入力表 アプリケーションの使い方 よくある質問

人気ランキング

注目キーワード