+ 2
What's the need of html
4 odpowiedzi
+ 2
Hello, Aadersh Aare !
In general, this is the markup language of a web page that the browser understands.
It is needed to place elements on the web page (pictures, text, links, forms, buttons, etc.).
Simply put, it defines how and where all the elements on the web page are located.
The browser reads it and forms the page in the form in which you see it.
If you look at the source code for example this page, you'll see a html code (but in the source code there can still be styles and javascript)
https://www.sololearn.com/Course/HTML/?ref=app
https://www.sololearn.com/Course/css/?ref=app
https://www.sololearn.com/Course/javascript/?ref=app
+ 1
Frontend means what user can see on their device.
Languages used in frontend
Html is used for all content you see in any website (forms ,texts ,images etc).
Css is used to style these content.
Javascript is used to add interactivity.
Hope this helps.
+ 1
Thx
0
Can the same we can do with javascript