Tag

#web development

2 articles tagged #web development. See all tags →

How HTML and CSS Actually Work Together
Tech··6 min

How HTML and CSS Actually Work Together

HTML defines what a page contains. CSS defines how it looks. The relationship between them is one of the cleanest separation-of-concerns examples in computing, and it's also a lot more nuanced than most beginner tutorials let on.

htmlcssweb development
How JavaScript and jQuery Are Related
Tech··5 min

How JavaScript and jQuery Are Related

jQuery is a JavaScript library that dominated web development for a decade. The reason it existed, and the reason it doesn’t need to anymore, is most of the story of how the modern web got built.

javascriptjqueryweb development