When coding in text editors does html, css & js mixed to together | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

When coding in text editors does html, css & js mixed to together

1st Apr 2020, 10:10 PM
Owusu-Ansah Daniel
Owusu-Ansah Daniel - avatar
1 Réponse
+ 1
If you write separate files, they are not "mixed together" automatically as the differents tabs do in code playground: you need to link them manually (<link> with href attribute for css, empty <script> with src attribute for js), or insert them manually in the html file as stated by Царь СОБАКА - Догго l ...
2nd Apr 2020, 10:44 AM
visph
visph - avatar