前提・実現したいこと
cssをつかう練習で文字を赤くしたいのですが、赤が反映されないです。おかしな点を指摘していただきたいです。
エラーメッセージもとくにありませんでした。
発生している問題・エラーメッセージ
エラーメッセージなし
該当のソースコード
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> </head> <body> <p id="top">りんご</p> <p id="center">ごりら</p> <p class="bottom">らっぱ</p> <button>ボタン</button> </body> </html> <script type="text/javascript"> $('p').click(function(){ $('p').css('color','red'); }); </script>
補足情報(FW/ツールのバージョンなど)
google chrome
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。