+ 1

How to add css in html? Nd so javascript with html?

plz help me

2nd Aug 2017, 8:04 AM
Abishek Basnett
Abishek Basnett - avatar
2 Antworten
+ 2
To add CSS in HTML you need put css code inside <style> </style> tags, for Javascript inside <script></script> tags. Put them at the beginning or at end of body tag. I'ts good practise to separate CSS and Js from HTML file, by creating external css file and then link CSS file by using: <link rel="stylesheet" href="style.css">. Same thing with Javascript <script src="script.js"></script> Hope i answered your question
2nd Aug 2017, 8:11 AM
Viktor Sokolov
Viktor Sokolov - avatar
- 1
thank you so much
2nd Aug 2017, 9:16 AM
Abishek Basnett
Abishek Basnett - avatar