Presentations tagged HTML
HTML elsewhere
Other relevant things on HTML you might find valuable.
Customizable select elements
This article explains how to use dedicated, modern HTML and CSS features together to create fully-customized elements. This includes having…
Read MoreCool native HTML elements you should already be using
I’m constantly surprised by the native HTML spec. New features are regularly added, and I often stumble on existing, handy…
Read MoreClose requests, close watchers, and the dialog element
The latest version of Chrome (134) comes with a new light-dismiss behavior for the dialog element, which enables a native…
Read MoreUsing & Styling The Details Element
You can find the element all over the web these days. We were excited about it when it first dropped…
Read MoreLesser Known Uses Of Better Known Attributes — Smashing Magazine
HTML attributes are like little instructions that we add to the markup of elements to make them do certain things…
Read MoreHTML Is Actually a Programming Language. Fight Me
Because HTML looks easy and lacks features like formal conditional logic and Turing-completeness, it’s often dismissed as not a programming…
Read MoreRelatively New Things You Should Know about HTML Heading Into 2025
Not all of this is like absolutely brand spanking new just-dropped-in-2024 stuff. Some of it is, but generally it’s relatively…
Read MorePatrick – State of CSS and State of HTML 2024
As a web developer, there aren’t that many different things you can do to influence the web platform evolution, and…
Read MoreThe button element: HeydonWorks
The button element is undoubtedly the most misunderstood and least utilized of all HTML. As a sometime accessibility consultant myself,…
Read MoreHTML Form Validation is heavily underused
HTML Forms have powerful validation mechanisms, but they are heavily underused. In fact, not many people even know much about…
Read MoreHTML Whitespace is Broken – Devel without a Cause
Recently, I was working on a project which required a deeper understanding of how whitespace works in HTML. I was…
Read MoreThe blockquote element: HeydonWorks
Even before HTML5, was designated for longer quotations. Indeed, the term “block quotation” precedes the element and the concept of…
Read MoreParagraphs
In HTML there is the the p element, which is the element you use if you want to explicitly markup…
Read MoreRote Learning HTML…
This is one of the most boring books you’ll ever read.It contains long lists of HTML elements and attributes and…
Read MoreThe address element: HeydonWorks
One of the older elements in the HTML specification, has never been for marking up arbitrary postal addresses. Instead, it…
Read MoreThe anchor element
First alphabetically and first in importance is the HTML element. The element is what makes the World Wide Web a…
Read MoreHTML Web Components Make Progressive Enhancement And CSS Encapsulation Easier!
Until then, I’d been under the false assumption that all web components rely solely on the presence of JavaScript in…
Read MoreInvoker Commands: an exciting upcoming Web Platform API you’ve probably not heard of yet — Lessons of a CTO
Back in April, the Popover API gained Baseline cross-browser support and it has received so much fanfare due to it’s…
Read MorePicture perfect images with the modern element – Stack Overflow
Images are one of the most pervasive parts of the web. This isn’t a huge surprise as we humans are…
Read MoreStyling Tables the Modern CSS Way
Modern CSS makes styling HTML tables in a considered, responsive nature a breeze. Michelle Barker breaks it all down for…
Read MoreAn update on invokers: Invoker commands in HTML | utilitybend
One thing I’ve learned over the last year is to deal with changes in explainers and specs and that naming…
Read MoreOn slot Elements
The element’s difference is similar to how variables in Sass are different from CSS custom properties: the former are static…
Read MoreFine-tuning Text Inputs
Web forms and inputs support a variety of additional attributes that can provide hints to the browser and improve the…
Read MoreState of HTML 2023
While JavaScript was taking over the web, and CSS was gaining new superpowers year over year, it could seem like…
Read MoreHTML attributes vs DOM properties – JakeArchibald.com
Attributes and properties are fundamentally different things. You can have an attribute and property of the same name set to…
Read MoreFrontend Developers: the Newest New Kingmakers
In recent years the frontend has undergone a renaissance. Frontend developers—individuals that have traditionally focused on writing HTML, CSS, and…
Read MoreTechniques to Break Words — Adrian Roselli
I made a page that allows you to play around with a few variations on breaking words. I use long…
Read More