How to join css, javascript and html pages ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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...

26th Mar 2018, 2:28 AM
SAURABH DUBEY
SAURABH DUBEY - avatar
1 Answer
+ 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.
26th Mar 2018, 2:40 AM
apex137
apex137 - avatar