html

Build a dynamic MPA with Enhance

Learn about the Enhance framework, and the progressive enhancement mindset, to build mutli-page applications with HTML language.
Taha Shashtari
7 min read

Using the HTML inert property to manage user focus

The HTML inert attribute provides a more guided way of managing user focus than focus trapping.
James Sinkala
14 min read

How to build interactive pie charts using only CSS…

Learn how to build and style an interactive pie chart using only HTML and CSS.
Hafsah Emekoma
8 min read

How to render HTML to React Native

Learn how to render HTML to React Native using the react-native-render-html library instead of having to rewrite code for target platforms.
Harsh Patel
5 min read

Top 6 JavaScript and HTML5 game engines

Explore the top six JS/HTML5 game engines, such as Pixi.js and Three.js, ranked by number of GitHub stars, and walk through how to use...
Solomon Eseme
10 min read

Build a Google Doc clone with HTML, CSS, and…

Use HTML, CSS, JavaScript, and Firebase to create a basic text editor that allows you to create, edit, download, share, and access documents.
Favour Vivian Woka
13 min read

When and how to choose HTML for form validation

Client-side form validation such as HTML5 gives users near-immediate feedback about whether or not their input data is valid.
Joe Attardi
7 min read

Why you should be using the dialog element

The native HTML element presents dialog boxes such as alerts, confirmations, inspectors, or subwindows.
Amit Merchant
4 min read

Building modern sliders with HTML, CSS, and Swiper

Swiper is a wonderful tool for creating sliders. Learn how to use it to build interactive, intuitive elements that work natively anywhere.
Brain Aboze
11 min read

What you need to know about inbuilt browser HTML…

Read up on the experimental, inbuilt browser API for HTML sanitization in this post and learn how you can better prepare for XSS attacks.
Shalitha Suranga
9 min read

Understanding static HTML export in Next.js

Learn why you should use HTML static exporting from a Next.js application, HTML static export use cases, and how you can do it yourself.
Coner Murphy
4 min read

Going serverless with Eleventy

Let's walk through how to configure Eleventy and how to use Eleventy Serverless to handle asynchronous logic in a real-world project.
David Atanda
4 min read