0
JavaScript's no longer attributes
how do I write js code in html if language & type attributes are no longer used?
1 Resposta
+ 5
Just <script> is necessary, as the only language supported is JS, an the type mime unique also ;)
how do I write js code in html if language & type attributes are no longer used?