Tag: html

HTML5 Node Cheat Sheet: 21 APIs You Should Know in 2020

HTML5 Node cheat sheet: 21 APIs you should know in 2020

Dev

Every developer should have a foundational understanding of these HTML DOM Node APIs before taking on web frameworks.

Chidume Nnamdi
Sep 17, 2020 ⋅ 13 min read
A Practical Guide To Accessibility For Forms

A practical guide to accessibility for forms

Dev

Forms are a critical part of the web, and we need to ensure that they’re fully accessible to all users.

Adewale Abati
Nov 25, 2019 ⋅ 5 min read
A Quick Introduction To Progressive Enhancement

A quick introduction to progressive enhancement

Dev

As you go on to build new web solutions, it will be important to keep progressive enhancements in mind.

Adewale Abati
Oct 11, 2019 ⋅ 5 min read
semantichtml

How to do semantics the right way

Dev

This article will show you why semantics on the web is important, what kind of semantic elements are built into HTML, and how you can use them in your apps.

Kristofer Selbekk
Sep 21, 2019 ⋅ 5 min read

Real-time processing with web workers

Dev

As a JavaScript developer, you should already know its single-threaded processing model: all of your JavaScript code is executed within […]

Andrea Chiarelli
Jun 19, 2019 ⋅ 9 min read
Using The Dialog Element For Modal Windows

The dialog element: The way to create tomorrow’s modal windows

Dev

Overview The dialog box is a common user interface design pattern that comes up over and over again on websites — so […]

Abishek Jakhar
Apr 17, 2019 ⋅ 6 min read

When to use HTML5’s canvas

Dev

The HTML5 canvas has the potential to become a staple of the web, enjoying ubiquitous browser and platform support in […]

Alvin Wan
Apr 8, 2019 ⋅ 7 min read

Discovering the Shadow DOM

Dev

We are all fully aware of the Document Object Model (DOM). Thanks to it, we can manipulate the structure and […]

Andrea Chiarelli
Nov 22, 2018 ⋅ 7 min read

You’re using〈em〉wrong

Dev

Learn how to correctly emphasize and italicize words in HTML5.

Facundo Corradini
Oct 25, 2018 ⋅ 8 min read

The easiest way to keep your web apps accessible: Just use text

Dev

The easiest way to keep your web apps accessible: Just use text The web is no longer just a collection of […]

Jason Rodriguez
Aug 15, 2018 ⋅ 7 min read

Submitting HTML forms using JavaScript frameworks (Vue, React, Hyperapp)

Dev

HTML forms can send an HTTP request declaratively while submitting forms and awaiting response. However, you have to wait for […]

Ogundipe Samuel
Jun 12, 2018 ⋅ 8 min read

What every developer needs to know about HTML email

Dev

HTML email: you may love it, you may hate it — but you have heard of it. I bet you have an […]

Jason Rodriguez
Jun 11, 2018 ⋅ 10 min read