Tag: html

Why You Should Be Using The Dialog Element

Why you should be using the dialog element

Dev

The native HTML

element presents dialog boxes such as alerts, confirmations, inspectors, or subwindows.

Amit Merchant
Apr 21, 2022 ⋅ 4 min read

What you need to know about inbuilt browser HTML sanitization

Dev

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
Mar 16, 2022 ⋅ 9 min read
Understanding Static HTML Export In Next.js

Understanding static HTML export in Next.js

Dev

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
Mar 4, 2022 ⋅ 4 min read
Eleventy Logo Over a Pink Background

Going serverless with Eleventy

Dev

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
Dec 1, 2021 ⋅ 4 min read
Credit Card Form Web Component Tutorial

Credit card form web component tutorial

Dev

Learn how web components work across different platforms as custom HTML elements by building a credit card form.

John Rhea
Nov 29, 2021 ⋅ 10 min read
HTML5 and CSS Logos

Deprecated HTML elements (and what to use instead)

Dev

This overview covers the changes introduced with HTML5 and proposes some alternative approaches to achieve equivalent effects.

Hafsah Emekoma
Oct 6, 2021 ⋅ 9 min read

Using Vue.js slots to pass HTML content to components

Dev

Learn how using Vue.js slots can be an efficient solution for passing down template code from one component to another.

Nwose Lotanna
Sep 9, 2021 ⋅ 5 min read
Uncommon HTML Tags That Improve Web Semantics

Uncommon HTML tags that improve web semantics

Dev

Learn the proper way to use uncommon HTML tags that’ll make for a more semantic website, better accessibility, and improved SEO.

Mark Conroy
Jul 28, 2021 ⋅ 7 min read
Parsing HTML in Node.js with Cheerio

Parsing HTML in Node.js with Cheerio

Dev

Cheerio provides a concise markup perfect for parsing HTML and working with XML documents for your Node.js project.

Elijah Asaolu
Jul 26, 2021 ⋅ 5 min read
Improving performance with HTML responsive images

Improving performance with HTML responsive images

Dev

Speed up your page load times and serve browser-sensitive images with tips from this tutorial on HTML responsive images.

Anna Monus
Jul 6, 2021 ⋅ 8 min read
how browser rendering works css js html feature image

How browser rendering works — behind the scenes

Dev

How do browsers bring web apps to life? Understanding client-side rendering will empower you to truly optimize your web projects.

Ohans Emmanuel
Jun 18, 2021 ⋅ 12 min read
How to Build a Bar Graph With Web Components

Build a bar chart library with web components

Dev

Here, you can learn how to build a bar chart library using web components, which gives you the ability to customize charts easily.

Laurent Renard
Feb 1, 2021 ⋅ 9 min read