+ 8
Do I need to html to learn javascript ?
Help
32 ответов
+ 22
>HTML : Gives Stucture
>CSS : Gives Design/look
>JS : Gives Flexibility and Users intaction with the page
>Bootstrap : Makes page to adjust themself according to the device to look good.
>JQuery : a part of JS library which makes 'HTML document traversal and manipulation, event handling, and animation' write in much Simpler Way.
So, I suggest you to learn atleast HTML Basic first.🤗
Thank you for your attention. 😇
+ 15
It is recommended.
+ 7
If you want to explore all its advantages, definitely Yes.
from: Diego Cuenca
+ 7
Yes, you need a basic knowledge of html else you will struggle with early stage of learning JavaScript.
That is why I love Sonic answer, 'It is recommended'
+ 4
Javascript is a scripting language and is also a part of web development.
HTML : Stucture
CSS : Design/look
JS : Scripting of data usually math.
+ 4
At first,It's better to know a bit about html then learn js.
+ 4
HTML CSS JavaScript these are the part of web development and both of these a useful without these it cannot be possible to create a website
Just like a body is needed and clothes and needed the functioning of the body is also need
+ 3
JavaScript doesn't need HTML, but HTML need JavaScript.
+ 3
Si quieres explorar todas sus ventajas, definitivamente Si.
+ 3
Thanks Rajnish 👌
+ 3
Js is for manupulate de page and yes u need html for it,
If u cannot use html probably only make console.log results 😀
+ 3
It realy depends on what youre working on. If you are into creating web pages on the client side, then you should know some html. however if you are only interested in back-end stuff like servers and discord bots you dont have to know html. I know this guy who only knows node.js, and he does it pretty well without knowing any html.
+ 3
Sure!!!
+ 3
You don't actually need it if you want to use node.js but for websites you should know html
+ 3
Yes, it is recommended.
HTML (HyperText Markup Language) is used for the website page's structure.
CSS (Cascading Style Sheets) is used for the style of the page. It is better using a CSS library, like Bootstrap (my favourite one) or Materialize.
Javascript is a programming language - not the same as HTML and CSS - and it is used for the user's interactions with the website.
+ 3
Actually not
BUT what can you will do whit javascript whiteout HTML
+ 3
Every javascripter knows HTML. Strongly recommend. Musthave!
+ 3
With out knowledge of html you can't learn the Javascript in a proper way. That's why it is recommended to have basic skills at html.
+ 3
Not necesserly but it would be better if you learn html before diving in the javascript tutorials and courses.
+ 2
I will say YES.
Various JS concepts work combinely with HTML. Like, Knowledge of HTML is must for DOM Manipulation in JS.