Do I need a special worksheet for doing css and javascript in computer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Do I need a special worksheet for doing css and javascript in computer?

5th Oct 2018, 6:49 AM
Rohith M
Rohith M - avatar
6 Answers
+ 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.
5th Oct 2018, 8:28 AM
Pranav
Pranav - avatar
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
5th Oct 2018, 6:57 AM
MsJ
MsJ - avatar
0
no in computer I do html in notepad, can I do css and javascript in notepad
5th Oct 2018, 6:59 AM
Rohith M
Rohith M - avatar
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
5th Oct 2018, 7:01 AM
MsJ
MsJ - avatar
0
oh k I got it thanks for help Bro
5th Oct 2018, 7:03 AM
Rohith M
Rohith M - avatar
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;)
5th Oct 2018, 7:07 AM
MsJ
MsJ - avatar