Tag: html

Building Modern Sliders With HTML, CSS, And Swiper

Building modern sliders with HTML, CSS, and Swiper

Dev

Learn how to create modern, responsive sliders using HTML, CSS, and Swiper for an enhanced web design experience.

Brain Aboze
Feb 29, 2024 ⋅ 16 min read
Build An Off-Canvas Menu With The Dialog Element And Web Components

Build an off-canvas menu with <dialog> and web components

Dev

Build and animate an off-canvas menu using web components and HTML’s dialog element.

Mark Conroy
Jan 29, 2024 ⋅ 6 min read
Understanding HTML Landmarks How To Apply

Understanding HTML landmarks and how to apply them

Dev

We demystify HTML landmarks, discuss the nuances of different types, and show how to use them to help screen reader users navigate a site.

Cristian Diaz
Nov 9, 2023 ⋅ 17 min read
Comparing The Popover Api And The Dialog Element

Comparing the Popover API and the <dialog> element

Dev

Let’s discuss the similarities and differences between the Popover and HTMLDialogElement APIs, their use cases, and when to use each.

Rahul Chhodde
Sep 14, 2023 ⋅ 11 min read
Build Interactive Pie Chart Using Html Css

How to build interactive pie charts using only CSS and HTML

Dev

Learn how to build and style an interactive pie chart using only HTML and CSS.

Hafsah Emekoma
May 19, 2023 ⋅ 9 min read
Programmatically Downloading Files In The Browser

Programmatically downloading files in the browser

Dev

Learn how to programmatically download files in HTML, and the importance of blobs and object URLs in file downloads.

Glad Chinda
May 3, 2023 ⋅ 12 min read
Build A Dynamic MPA With Enhance

Build a dynamic MPA with Enhance

Dev

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

Taha Shashtari
Dec 28, 2022 ⋅ 7 min read
Html 5 Inert Property

Using the HTML inert property to manage user focus

Dev

The HTML inert attribute provides a more guided way of managing user focus than focus trapping.

James Sinkala
Dec 27, 2022 ⋅ 14 min read
How To Render Html To React Native

How to render HTML to React Native

Dev

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
Dec 22, 2022 ⋅ 5 min read
Top 6 JavaScript And HTML5 Game Engines

Top 6 JavaScript and HTML5 game engines

Dev

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 them.

Solomon Eseme
Nov 21, 2022 ⋅ 10 min read
JS CSS HTML Google Doc Clone

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

Dev

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
Nov 16, 2022 ⋅ 13 min read
When And How To Choose HTML For Form Validation

When and how to choose HTML for form validation

Dev

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

Joe Attardi
May 30, 2022 ⋅ 7 min read