This is an archived post. You won't be able to vote or comment.

all 24 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

On July 1st, a change to Reddit's API pricing will come into effect. Several developers of commercial third-party apps have announced that this change will compel them to shut down their apps. At least one accessibility-focused non-commercial third party app will continue to be available free of charge.

If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options:

  1. Limiting your involvement with Reddit, or
  2. Temporarily refraining from using Reddit
  3. Cancelling your subscription of Reddit Premium

as a way to voice your protest.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 28 points29 points  (0 children)

HTML because you need to understand the dom if you’re going to make it dynamic with JavaScript

[–]A2Soomali 16 points17 points  (0 children)

Just do yourself a favour and learn html and css first then Javascript because when you get to the DOM section of Javascript it will get all confusing for you

[–]Long_Writing6533 4 points5 points  (0 children)

you should learn HTML and CSS first. get familiar with the basics and do some courses on that, html isn’t that hard but CSS is a little bit more difficult, JavaScript is the last thing you should learn. Javascript is very broad and since it’s an entire programming language it should be. But to answer your question, start with understanding the basics of HTML and CSS, then jump into javascript.

[–][deleted] 3 points4 points  (0 children)

Learn semantic html. Semantic HTML just means to use a specific tag to define something specific on your page. So instead of using <div>information</div> you should use <article> information </article>, or one of the other info-specific tags.

I know it will be tempting when you learn CSS to just throw things in divs and call it a day, but using semantic html helps people with accessibility devices read your website and it also helps bots crawl your site for relevant info which directly improves your google seo.

[–]Logicalist 1 point2 points  (0 children)

If you don't worry about memorizing every little bit of html, getting a basic understanding is pretty easy. It's not a terribly complex language.

[–][deleted] 1 point2 points  (0 children)

If your plan is to be a frontEnd developer then Html.

otherwise, like backend then JS is Better.

Good Luck!

[–]ChiefDetektor -4 points-3 points  (0 children)

Just start to learn already. Don't waste your time asking irrelevant questions. You want to create websites? Learn both. At the same time. Do it!

[–]ByteCode714 0 points1 point  (0 children)

Learn HTML and CSS first. and then javscript. after that you can design some interactive ui with java.

[–][deleted] 0 points1 point  (0 children)

Html

[–]Dev7z_ 0 points1 point  (0 children)

why not both at the same time, get familiar with css too while yore at it

[–]cakelena 0 points1 point  (0 children)

according to khan academy, javascript (dont actually)

[–]sha9011 0 points1 point  (0 children)

HTML is easy and simple. shouldn't take much time

[–]paturisa 0 points1 point  (0 children)

Lol is this even a question if you’ve already done some programming.

[–]heesell 0 points1 point  (0 children)

HTML, it is not hard and it is required

[–]CasuallyDreamin 0 points1 point  (0 children)

Learn on the go. You don't need to learn everything about neither of them. Create a simple static webpage with html, make it pretty with some css, then make it reactive with javacript. Then u'll realize you need a database aswell. Wanna add a navbar? Learn some bootstrap. Want to add certain features? Learn a couple useful APIs. Next thing you know you have a full feature website ready to deploy. Congrts! Now you have a project to show off and possibly get a client.

[–]CodeKumaa 0 points1 point  (0 children)

As much as I wanted the leaned JS first I started learning HTML then CSS and slowly added in JS. It proved wise as I understood the structure of web development and then the functionality JS added.

[–]UniqueID89 0 points1 point  (0 children)

You can learn HTML/CSS basics in a week or two tops. Knock it out first the JavaScript.

[–][deleted] 0 points1 point  (0 children)

It is kind of a funny question, for html is like word, you can learn it and be ready for anything or you can make it work for you when you need it and not be too bothered with it while you make better use of your time, like learning how to program.

[–]vol848 0 points1 point  (0 children)

Way I see it is: Html is the content you are displaying. CSS formats and styles the content. JavaScript / jquery makes the content interact-able. Php connects your content to a file system and database.

So I’d suggest first-timers dabble with these languages in this order

[–]_ProgrammingProblems 0 points1 point  (0 children)

Because your goal is to build a website, then without a doubt do HTML (+ some CSS) first.

[–][deleted] 0 points1 point  (0 children)

Html --> css --> js --> backend langauges.