What are the two tabs css and js for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the two tabs css and js for?

23rd Oct 2016, 10:31 AM
Jaya
3 Answers
+ 4
This Tabs on Sololearn are for the "external". It is better to put Javascript(.js) and CSS (.css) external, so the website can load faster. If you develop in real, you must write the source of the files in the head. But on Sololearn, you can write it inside the CSS and Javascript Tabs.
24th Oct 2016, 4:05 PM
Fronz-Tec
Fronz-Tec - avatar
+ 3
CSS is to add design or edit presentations of a webpage ... CSS files has a extension ".css" .. Where as JavaScript is to add functional effect or functional contents (ex: addition) .. JavaScript files ends with ".js" extension.. JavaScript can be manually inserted by using <script> tags in html.. Hope it helps .. Please do upvote :)
23rd Oct 2016, 4:41 PM
Rajdip Saha
Rajdip Saha - avatar
+ 1
css is for css design files ".css" and js is for javascript ".js" javascript is client side scripting btw
23rd Oct 2016, 11:02 AM
Digbose Hazarika
Digbose Hazarika - avatar