ÇöÀç ½ºÅ¸ÀϽ¬Æ®·Î µµÀÔµÈ ½ºÅ¸ÀϽ¬Æ®(styleSheet)¸¦ ¹ÝȯÇÑ´Ù.

Àμö
: (¼Ó¼º °³Ã¼)
¼Ó¼º°ªÀº ½ºÅ¸ÀϽ¬Æ®·Î ¹ÞÀº ÆÄÀÏ À̸§ÀÇ °³Ã¼ÀÌ´Ù.

ÀÌ ¼Ó¼ºÀº ÀбâÀü¿ëÀÌ¸ç µðÆúÆ®°ªÀº ¾ø´Ù.

Àû¿ë
°³Ã¼scriptHTML±Ô°ÝIE

<SCRIPT>
oObj=document.styleSheets[0];
str='oObj.owningElement.nodeName=<FONT color=blue>'+oObj.owningElement.nodeName+'</FONT><BR>';
str+='oObj.type=<FONT color=blue>'+oObj.type+'</FONT><BR>';
str+='oObj.href=<FONT color=blue>'+oObj.href+'</FONT><BR>';
str+='oObj.owningElement.parentStyleSheet=<FONT color=blue>'+oObj.owningElement.parentStyleSheet+'</FONT><BR>';
document.write(str);
</SCRIPT>