0
How do I use HTML,CSS,JS together?
I need help,Guys.How do I put all CSS,HTML and JS codes I've written in one combined Webpage,In one text document,The language is made <Html> like this,But if i do this then how can I write CSS in the same file,And if I cant write it in the same file,Then how will the HTML and CSS and JS be combined in One single Webpage?I really need help with this.Please help guys.
3 Answers
+ 14
<style>
css here
</style>
<script>
js here
</script>
or
<script src=source></script>
<link rel=stylesheet href=source>
+ 5
You're an awesome Programmer @ValentinHacker đŁđŁ No words to describe your awesomeness!
+ 1
Woah,Thanks so much,ValentinHacker.That really helps me a lot.Thanks a lot