Issue
I have created 3 different html, css and javascript files but I am now confuse how can I interlink them and upload as a single file
Solution
Looks like you're just getting introduced to web development, these might come in handy for finding out how to bring your HTML, JS and CSS files together:
- (Link JS File) - https://www.w3schools.com/tags/att_script_src.asp
- (Link CSS file) - https://www.w3schools.com/tags/tag_link.asp
- https://www.w3schools.com/
Answered By - APM
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.