Abandonware of the web: do you know that there is an HTML tables API?
Explores the forgotten HTML Table API for programmatically creating and manipulating tables without using innerHTML or full re-renders.
Explores the forgotten HTML Table API for programmatically creating and manipulating tables without using innerHTML or full re-renders.
A conference presentation overview of recent and upcoming HTML and CSS features for web developers, framed as a guide to surviving the expanding web platform.
Analysis reveals that none of the top 200 most visited websites in 2025 use fully valid, error-free HTML markup.
A developer explores using Claude Code to generate a static website for their app, including design and responsive layout.
A beginner-friendly blog series teaching web development fundamentals: HTML, CSS, JavaScript, Node.js, Git, and deployment.
A web developer reflects on 10 years of successful collaboration with his brother, highlighting their complementary skills in building design systems and teaching.
The State of HTML 2025 survey is now open, allowing web developers to influence browser vendors and web standards.
The author announces the State of HTML 2025 survey, explaining its history and how past results have directly influenced web standards.
Explains the new HTML popover='hint' type, its behavior compared to 'auto' and 'manual', and how to implement it with JavaScript.
An article exploring the HTML <col> element, its purpose, usage with <colgroup>, and its quirks in web development.
Explores the ideal number of network requests needed for web page navigation, comparing traditional HTML apps with modern client-side approaches.
A guide on how to style the calendar/clock icons in HTML date and time input types using the ::-webkit-calendar-picker-indicator CSS pseudo-element.
Explains the HTML <caption> element for labeling tables, contrasting it with closed captions and emphasizing accessibility best practices.
A meta exploration of using markdown to write about HTML markup, focusing on the <code> element and escaping special characters.
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
A critique of fake interactive UI elements like non-clickable 'buttons' that frustrate users, with examples and solutions for better web development.
A guide to preserving table structure when copying from Excel to Microsoft Loop by using an HTML file as an intermediary step.
A developer explains how to create and manage a resume using Markdown, source control, and tools like pandoc and wkhtmltopdf for PDF conversion.
A developer explains his minimalist blogging setup using Bash, Pandoc, and Clojure to convert text/Markdown to HTML, replacing a complex WordPress instance.
Learn two useful CSS tricks for styling HTML Dialog elements: blurring the backdrop and disabling page scrolling when open.