0
Do I need a special worksheet for doing css and javascript in computer?
6 Réponses
+ 1
You can create and edit HTML, CSS and JavaScript in Notepad but make sure to change Encoding to UTF-8 while you save new file.
OR
You can use freeware Code editors like Visual Studio Code. https://code.visualstudio.com/
Which will make your life easier.
0
You can use both css and javascript in same page by internal css and javascript by <script></script> tags in the head section
https://www.sololearn.com/learn/CSS/1079/?ref=app
https://www.sololearn.com/learn/JavaScript/1124/?ref=app
0
no in computer I do html in notepad, can I do css and javascript in notepad
0
Yes, you can do that in the same way i stated above and by making different page too by making .css and .js extension and link that into your .html file
0
oh k I got it thanks for help Bro
0
Welcome, if you have face any difficulty in linking then you can go to the lesson of link in the app or post it back here i will help you out;)