How can i include css and JavaScript codes into my html editor and run it.? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How can i include css and JavaScript codes into my html editor and run it.?

I always see the css and javascript codes again when i run my ptogram

29th Sep 2020, 1:25 PM
Glong Glong
Glong Glong - avatar
2 Réponses
0
<script type="text/js"> js code </script> Include script tag before closing body tag Use style tag inside head tag to add css <style> Css code </style>
29th Sep 2020, 1:48 PM
Abhay
Abhay - avatar
0
The example shows how can it done: https://code.sololearn.com/WvutKI1YcD6M/?ref=app
29th Sep 2020, 3:37 PM
JaScript
JaScript - avatar