0
Pls, whats d function of js, css and html. Or let me say, whats d difference.
When i start to code, i use html, later i tried exploring js on my codes, then i moved on to css. As in i dont know what to do with them
1 Antwort
+ 1
//Basically differences are many
HTML is used to create web documents. Where CSS is used to give style to HTML created web documents (its structure) where javascript is used in html to handle html events and to make interactivity with websites and to create web applications, mobile applications
//If you read there introduction on lesson then you will find major differences