<strong>10. 웹 표준에 정의된 ID와 클래스에 차이가 있나요? </strong> <br><div class="htmlarea"><textarea id="runcode54285"> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <style type="text/css"> <!-- #aa { color:red } .aa { color:blue } --> </style> <div id="aa" class="aa"> </div></textarea></div>