HTML
Learning how to create a basic Web Component
Published on 19/05/2025
Learn how to create your first Web Component with HTML, CSS, and JavaScript. This step-by-step guide...
Adding a custom font to a web page
Published on 11/03/2024
Tired of the default fonts available on every machine? Here's how to add new ones to your website!
Why don't the `img`, `iframe`, and `canvas` elements accept any pseudo-elements?
Published on 29/01/2024
Some elements are incompatible with pseudo-elements, because they are themselves "replaced elements"...
How to Disable 1Password on a Form Field in HTML
Published on 03/01/2024
It only takes one attribute on your input element to disable autocompletion — read the article to fi...
Display gradient text simply with HTML and CSS
Published on 30/05/2023
Bring a little life (and flair) to your interfaces with gradient text.
Auto-focusing an input to improve your forms
Published on 27/02/2023
When a single attribute can save your users precious seconds!
Creating a confetti explosion in JS in just a few seconds!
Published on 30/01/2023
Who hasn't dreamed of adding such an animation to their website, with just a few lines of JavaScript...
Enable/Disable autocorrect on an input/textarea
Published on 05/09/2022
Want to remove the small red squiggly lines that appear in your form fields? Here's the solution!
How to Manage Form Autocomplete in HTML5
Published on 03/11/2021
How to enable or disable autofill for your form fields!
Explanation of the minimal code of an HTML document
Published on 04/08/2021
If you were told "we'll deal with it later," then that day has arrived!
Page 1