HTML5 Java pieces | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

HTML5 Java pieces

I've just recently started coding and wanted to start with Html before starting one of the more complex languages. I completed all of the Html4 stuff and I'm currently around the halfway point for Html5. The section I am at right now is about API's and a few other things that the Java course is supposed to cover. So should I try to remember the java stuff the best I can and finish out the Html course? or should I stop where I am at and do some of the Java course to better familiarize myself with the language?

9th Jul 2020, 10:32 PM
Stephen Marshall
4 Answers
+ 3
Don't confuse Java with Javascript. They are different languages with different purpose. Javascript is used for frontend web development, to make web pages dynamic and interactive, it is run in your web browser. Java is a compiled language that is used to build enterprise software, GUI applications, games, and much more. This is oversimplification, but you will need to follow up with Javascript once you are done with HTML.
10th Jul 2020, 3:47 AM
Tibor Santa
Tibor Santa - avatar
+ 5
I would reccommend you first complete the HTML course, then you can move onto JavaScript and CSS later.
9th Jul 2020, 10:43 PM
Rowsej
Rowsej - avatar
+ 1
Rowsej, ok and thank you!
9th Jul 2020, 10:49 PM
Stephen Marshall
+ 1
Tibor Santa, ok thank you for the clarification and advice!
10th Jul 2020, 10:35 AM
Stephen Marshall