We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jQueryでのDOM操作について学びます。
jQueryのDOM操作を用いて、以下の要素を追加するコードをHTMLファイルに追記、もしくは外部ファイル化しブラウザで表示させて下さい。
<header>
<p id="msg">
<p class="sample">サンプル2です。</p>
<footer>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
■目的
jQueryでのDOM操作について学びます。
■課題
jQueryのDOM操作を用いて、以下の要素を追加するコードをHTMLファイルに追記、もしくは外部ファイル化しブラウザで表示させて下さい。
<header>
のフォントサイズを30pxに変更<p id="msg">
の次に<p class="sample">サンプル2です。</p>
というタグを追加<footer>
のコピーライトの年数を2013に置換The text was updated successfully, but these errors were encountered: