Do I need to html to learn javascript ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Do I need to html to learn javascript ?

Help

30th Oct 2019, 11:26 PM
Hakeem Raji
Hakeem Raji - avatar
32 Answers
+ 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. 😇
31st Oct 2019, 12:27 AM
Absolute Zero ϟ
Absolute Zero ϟ - avatar
+ 15
It is recommended.
1st Nov 2019, 3:21 AM
Sonic
Sonic - avatar
+ 7
If you want to explore all its advantages, definitely Yes. from: Diego Cuenca
31st Oct 2019, 5:28 AM
Absolute Zero ϟ
Absolute Zero ϟ - avatar
+ 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'
1st Nov 2019, 9:44 PM
NuminousC
NuminousC - avatar
+ 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.
1st Nov 2019, 10:53 AM
Tanmay Gupta
Tanmay Gupta - avatar
+ 4
At first,It's better to know a bit about html then learn js.
1st Nov 2019, 2:07 PM
Fatemeh Karimi
Fatemeh Karimi - avatar
+ 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
2nd Nov 2019, 4:34 AM
Master Genius [ INACTIVE ]
Master Genius [ INACTIVE ] - avatar
+ 3
JavaScript doesn't need HTML, but HTML need JavaScript.
30th Oct 2019, 11:44 PM
Nootnoot
Nootnoot - avatar
+ 3
Si quieres explorar todas sus ventajas, definitivamente Si.
31st Oct 2019, 5:24 AM
Diego Cuenca
Diego Cuenca - avatar
+ 3
Thanks Rajnish 👌
31st Oct 2019, 5:30 AM
Diego Cuenca
Diego Cuenca - avatar
+ 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 😀
1st Nov 2019, 3:40 AM
Roger C
Roger C - avatar
+ 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.
1st Nov 2019, 6:58 AM
Logomonic Learning
Logomonic Learning - avatar
+ 3
Sure!!!
1st Nov 2019, 10:11 AM
Anisimov David
Anisimov David - avatar
+ 3
You don't actually need it if you want to use node.js but for websites you should know html
1st Nov 2019, 11:11 AM
Jovan Jovanovic
Jovan Jovanovic - avatar
+ 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.
1st Nov 2019, 11:16 AM
Jonas Ferraz
Jonas Ferraz - avatar
+ 3
Actually not BUT what can you will do whit javascript whiteout HTML
1st Nov 2019, 2:47 PM
Sina Orojlo
Sina Orojlo - avatar
+ 3
Every javascripter knows HTML. Strongly recommend. Musthave!
1st Nov 2019, 3:37 PM
Alexander Koval🇧🇾
Alexander Koval🇧🇾 - avatar
+ 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.
1st Nov 2019, 3:43 PM
Hasibul Hasan Shanto
Hasibul Hasan Shanto - avatar
+ 3
Not necesserly but it would be better if you learn html before diving in the javascript tutorials and courses.
1st Nov 2019, 4:33 PM
DAKIR ALLAH Abderrahman
DAKIR ALLAH Abderrahman - avatar
+ 2
I will say YES. Various JS concepts work combinely with HTML. Like, Knowledge of HTML is must for DOM Manipulation in JS.
31st Oct 2019, 9:57 AM
Dinesh Bala
Dinesh Bala - avatar