The unreasonable effectiveness of simple HTML

Hacker News Top News

Summary

A blog post arguing for the continued relevance of simple HTML for universal accessibility, illustrated by a story of a woman using a PSP browser to access government services.

No content available
Original Article
View Cached Full Text

Cached at: 06/11/26, 10:38 PM

# The unreasonable effectiveness of simple HTML Source: [https://shkspr.mobi/blog/2021/01/the-unreasonable-effectiveness-of-simple-html/](https://shkspr.mobi/blog/2021/01/the-unreasonable-effectiveness-of-simple-html/) I've told this story at conferences \- but due to*the general situation*I thought I'd retell it here\. A few years ago I was doing policy research in a housing benefits office in London\. They are singularly unlovely places\. The walls are brightened up with posters offering helpful services for people fleeing domestic violence\. The security guards on the door are cautiously indifferent to anyone walking in\. The air is filled with tense conversations between partners \- drowned out by the noise of screaming kids\. In the middle, a young woman sits on a hard plastic chair\. She is surrounded by canvas\-bags containing her worldly possessions\. She doesn't look like she is in a great emotional place right now\. Clutched in her hands is a games console \- a PlayStation Portable\. She stares at it intensely; blocking out the world with Candy Crush\. Or, at least, that's what I thought\. Walking behind her, I glance at her console and recognise the screen she's on\. She's connected to the complementary WiFi and is browsing the[GOV\.UK pages on Housing Benefit](https://www.gov.uk/housing-benefit)\. She's not slicing fruit; she's arming herself with knowledge\. The PSP's web browser is \- charitably \-[pathetic](https://playstationdev.wiki/pspdevwiki/index.php?title=Webbrowser)\. It is slow, frequently runs out of memory, and can only open 3 tabs at a time\. But the GOV\.UK pages are written in simple HTML\. They are designed to be lightweight and will work even on rubbish browsers\. They have to\. This is for everyone\. Not everyone has a big monitor, or a multi\-core CPU burning through the teraflops, or a broadband connection\. The photographer Chase Jarvis coined the phrase "[the best camera is the one that’s with you](https://www.chasejarvis.com/project/the-best-camera/)"\. He meant that having a crappy instamatic with you at an important moment is better than having the best camera in the world locked up in your car\. The same is true of web browsers\. If you have a smart TV, it probably has[a crappy browser](https://shkspr.mobi/blog/2018/08/twitters-secret-guest-mode/)\. ![Twitter's guest mode displayed on a TV.](https://shkspr.mobi/blog/wp-content/uploads/2018/08/Twitters-guest-mode-displayed-on-a-TV.jpg) My old car had[a built\-in crappy web browser](https://shkspr.mobi/blog/2015/06/bmw-i3s-web-browser/)\. ![The dashboard of a BMW i3 - there is a web browser on the central display.](https://shkspr.mobi/blog/wp-content/uploads/2015/06/i3-HTML5.jpg) Both are painful to use \- but*they work\!* If your laptop and phone both got stolen \- how easily could you conduct online life through the worst browser you have? If you have to file an insurance claim online \- will you get sent a simple HTML form to fill in, or a DOCX which won't render? What vital information or services are forbidden to you due to being trapped in PDFs or horrendously complicated web sites? Are you developing public services? Or a system that people might access when they're in desperate need of help? Plain HTML works\. A small bit of simple CSS will make look decent\. JavaScript is probably unnecessary \- but can be used to progressively enhance stuff\. Add alt text to images so people paying per MB can understand what the images are for \(and, you know, accessibility\)\. Go sit in an uncomfortable chair, in an uncomfortable location, and stare at an uncomfortably small screen with an uncomfortably outdated web browser\. How easy is it to use the websites you've created? I chatted briefly to the young woman afterwards\. She'd been kicked out by her parents and her friends had given her the bus fare to the housing benefits office\. She had nothing but praise for how helpful the staff had been\. I asked about the PSP \- a hand\-me\-down from an older brother \- and the web browser\. Her reply was "It's shit\. But it worked\." I think that's all we can strive for\. --- Here are some stats on games consoles visiting GOV\.UK

Similar Articles

CSS: Unavoidable Bad Parts

Lobsters Hottest

A personal blog post by a non-web developer discusses the unavoidable bad parts of CSS, including layout challenges, browser defaults, and wrapper overuse, while highlighting a learnable subset for simple tasks.

Using Claude Code: The unreasonable effectiveness of HTML

Hacker News Top

A blog post by a Claude Code team member argues for using HTML instead of Markdown as the preferred output format for AI agents like Claude Code, citing benefits such as richer information density, visual clarity, ease of sharing, and interactive capabilities.

Using Claude Code: The Unreasonable Effectiveness of HTML

Simon Willison's Blog

Simon Willison discusses the effectiveness of using HTML instead of Markdown as AI output format, highlighting benefits like SVG diagrams, interactive widgets, and rich explanations. Includes examples from Thariq Shihipar on Anthropic's Claude Code team and practical prompts for GPT-5.5.

How building an HTML-first site doubled our users overnight

Lobsters Hottest

A developer rebuilt a utility company's application form using an HTML-first approach with Astro, replacing a failed React app. The new site was accessible, worked on poor connections, and doubled user submissions overnight, avoiding potential fines.

@trq212: https://x.com/trq212/status/2052809885763747935

X AI KOLs Following

The article argues that HTML is a superior output format for AI agents compared to Markdown due to richer information density, visual clarity, ease of sharing, and two-way interaction, and shares why the author and others at Claude Code prefer HTML.