Style type Example : Style « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- Style
Style type Example
<html>
<body>
<style id="myStyle" type="CSS2"></style>
<button onclick="alert(document.all.myStyle.type);">style sheet</button>
</body>
</html>
Related examples in the same category