+ 2
How to join css, javascript and html pages ?
how can we add a CSS JavaScript and html file all together to make different components of website like login page, home page etc...
1 Réponse
+ 2
In your HTML, just use the 'src' attribute in either the <script> tag or the <style> tag to tell the browser which files to link together and where to find them.