HTML/CSS/Object Attributes/type style

Материал из Web эксперт
Перейти к: навигация, поиск

"type" overrides the default style sheet language

   <source lang="html4strict">
   

<HTML> <style id="myS" type="CSS2"></style> <BODY> </BODY> </HTML>


     </source>