0
What is web language shown in solo learn that consists html,Js, css and their uses
Web
3 Antworten
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.
+ 1
Thank u very much
+ 1
You're welcome