What is web language shown in solo learn that consists html,Js, css and their uses | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is web language shown in solo learn that consists html,Js, css and their uses

Web

2nd Feb 2019, 5:40 PM
notesforgeeks.com
notesforgeeks.com - avatar
3 Answers
0
HTML - HyperText Markup Language - used to define structure of a website. Whenever you visit a website, any basic structure of it is made in HTML. It is like the body of the web page. CSS - Cascading Style Sheet - used to make websites look better. It is like makeup of the website. JS - JavaScript - used to make websites dynamic. It means it defines working of the website. For example, for a calculator website, you can write the working of the calculator in JS. It is a client side language. PHP - Personal Home Page / HyperText Preprocessor - it is used for similar purpose as JS, but PHP is run at the server rather than JS. A server is where the website is hosted and client is the user of the website. JQuery, AJAX, NodeJS, ReactJS - tools in JS JSON, XML, CSV - popular file formats to store data TypeScript, CoffeScript, Elm - subtitutions for JS.
3rd Feb 2019, 4:05 AM
Rugved Modak
Rugved Modak - avatar
+ 1
Thank u very much
3rd Feb 2019, 4:22 AM
notesforgeeks.com
notesforgeeks.com - avatar
+ 1
You're welcome
4th Feb 2019, 9:01 AM
Rugved Modak
Rugved Modak - avatar