this post was submitted on 20 Aug 2026
21 points (100.0% liked)

Web Development

5783 readers
37 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

HTML has been gobbling up swathes of what used to be JavaScript’s remit. This page lists a bunch of dynamic functionality that we can now achieve with just HTML.

you are viewing a single comment's thread
view the rest of the comments
[–] Hugh@programming.dev 1 points 7 hours ago* (last edited 6 hours ago)

Thanks for sharing I didn't know about these features. I recently uploaded some photos to my web server. At the moment they all load at once when you open the page. It's only 14mb but not ideal if you're on a slow connection. I might try lazy loading for thumbnails and modals for viewing the higher res versions.

Interestingly the datalist element seems to work on desktop but not on mobile, despite both running firefox 154.0