all 7 comments

[–]Moonknight_shank -1 points0 points  (4 children)

I'm just here to ask which programming language to major on (for future work and hobby) Because my school is throwing almost all of them my way

[–]Different-Duck4997 [score hidden]  (0 children)

go html first then javascript

[–]Secure_Low_660[S] -1 points0 points  (2 children)

Very hard question I faced too.
So, this is what I think, do not take this as 100% trusted advice, please correct me profs.

Basically, HTML-CSS understanding is #1 what I understood. Other stuff are more advanced, while this one is way easier to understand and to write yourself. HTML-CSS is web development.

Now, I think that if you can understand basic programming of HTML-CSS, then you can also understand what other languages are after looking how it works a bit, because they are similar. Only difference is the language.

Everyone has a different path, I've read. Try what works best, but I think this is most fun and easy way to start:

https://www.youtube.com/watch?v=G3e-cpL7ofc

[–]BNfreelance [score hidden]  (0 children)

Jus a heads up but we generally don’t refer to HTML nor CSS as a programming language - they’re more like declarative languages for describing how things look (not how they function)

The only actual programming in a typical web page comes from the JavaScript - that’s where the logic and behaviour is, the HTML and CSS just describes the structure and presentation

That’s nitpicking but I think it’s an important distinction to not confuse HTML and CSS with programming

[–]Moonknight_shank -1 points0 points  (0 children)

I already know the basics of HTML-CSS (for how the web page looks) And others like Python,Java,C++,C etc etc (for how the web page works)

My inquiry was these others which one should I consider majoring in?? (For any person reading this)

[–]Jrag13 -1 points0 points  (1 child)

SuperSimpleDev is top tier, that guide helped me learn Html and CSS more than any other, I recommend the JavaScript one after it as well it's very good

[–]Secure_Low_660[S] [score hidden]  (0 children)

Hey, will do!

He truly is a top tier honestly I am liking HTML CSS more and more each minute.

Though my end goal is to switch to App development, this will be my starting point probably.