Diffrentiate CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Diffrentiate CSS?

Is C++ the same as CSS ? What is the difference ?

6th Jan 2017, 12:45 AM
Marie
Marie - avatar
3 Answers
+ 2
Oh wow, nowhere near same. C++ is programming language used to create apps. CSS is Cascade StyleSheets used to create styles of website
6th Jan 2017, 12:50 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 1
Thanks love
6th Jan 2017, 12:52 AM
Marie
Marie - avatar
+ 1
basic familiarity at one glance.... here u go.... HTML- it is a markup language which uses tags to mark text that tells browser how text should be display in webpages. JavaScript - JavaScript is a client(user) side scripting language which tells browser how marked text should behave in webpages. and we can validate also forms (eg. registration form,login form) by using this language. CSS- css is nothing but it is a stylesheet. it is used for designing website means coloring sections, text, boxes, background something like that. these all are the client side language... every web, desktop or mobile application consist two part FRONT END and BACK END. ->Front end cosist two sub parts designing part{client side} -html,css,JavaScript + logical part{server side}-java,c#,c++,asp,php. ->Back end consist database part- SQLServer, MYSQL, Oracle which is used for to store user entered data or records.
6th Jan 2017, 1:32 AM
prakash madariya
prakash madariya - avatar