<!DOCTYPE html> <html> <head> <title>洗濯表示マークについて覚えよう!</title> </head> <body> <h1>洗濯表示マーククイズ</h1> <hr size="5" color="green"> <h2>第3問の結果は…</h2> <div style="background: #ffe4e1; border: #ff69b4 solid 2px;font-size: 100%; padding: 20px;">不正解…</div> <button onclick="location='quiz3.html'">問題に戻る</button> <button onclick="location='toppage.html'">トップページに戻る</button> </body> </html>