Mastodon Feed: Post

Mastodon Feed

Boosted by slightlyoff@toot.cafe ("Alex Russell"):
mayank@front-end.social ("Mayank") wrote:

HTML is one of the more difficult languages, while JS is probably one of the easiest.

HTML has both a low barrier to entry and a surprising amount of depth. it's almost deceptively simple on the surface. but to make best use of HTML, you have to* understand how it translates to DOM and the accessibility tree.

*well, you don't _have_ to, but it certainly helps if it's your profession. so many web developers get by without ever learning the difference between attributes and properties.