this post was submitted on 15 Jul 2023
10 points (100.0% liked)

HTML

304 readers
1 users here now

founded 1 year ago
MODERATORS
 

This is my favorite new feature in HTML. It allows us to define custom HTML elements as classes and talk to them using attributes.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 year ago

https://gist.github.com/lindseyjohnasterius/96e696d780b74a2d800163760bc6293d

Here is my Gist explaining how I do it, but the javascript.info article is newer and better