Tag: html

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
What Happened to Web Components?

What happened to web components?

Dev

Web components are a great tool to increase efficiency for frontend development. But unnecessary obstacles for users are slowing their adoption and use.

Anna Monus
Jan 20, 2021 ⋅ 7 min read
CMS Platforms Publishing Content on Different Devices

Coupled, decoupled, and headless CMS platforms

Dev

Here, you can learn the definition, pros and cons, and examples of the following types of CMS platforms: coupled, decoupled, and headless.

Nebojsa Radakovic
Jan 11, 2021 ⋅ 5 min read
HTML 5 Logo Over Water Background

HTML tags every frontend developer should know

Dev

Here, you can learn about the HTML tags every frontend developer should know, what each tag does, and how it works.

David Atanda
Dec 25, 2020 ⋅ 6 min read
localForage

localForage: Managing offline browser storage

Dev

Here, you can learn how to set up localForage and perform basic CRUD actions with it, just like with any other database.

Linda Ikechukwu
Dec 25, 2020 ⋅ 9 min read