Is JavaScript Harder or easlier then Html?
HTML is easier than Javascript, that is because HTML is a markup language, and JavaScript is a programming (or more correct scripting) language. This means that HTML only controls what your text will look like, it doesn’t control any flow. In JavaScript you have flow control, by using If statements and While loops and such.