Search Results

Results for "HTML tags"

25 articles found

Web Components logo with custom elements JavaScript
1 min read

Introduction to Web Components

Before React and Vue, there was a native browser standard for reusable components: Web Components. They consist of three main technologies: Custom Elements…

A neatly organized closet with a selection of neutral-colored clothes on wooden hangers Fashion
1 min read

Building a Capsule Wardrobe

A capsule wardrobe is about owning fewer, better clothes that you truly love to wear. I used to have a closet full of clothes but ‘nothing to wear.’ Th…

Web form with validation messages HTML/CSS/JS
1 min read

Form Validation: HTML5 vs JavaScript

Forms are the gateway to user data, and validating that data is crucial. You have two layers: client-side validation (for UX) and server-side validation (f…

Web development with Flask framework Web Development
1 min read

Building Web Apps with Flask

Flask is a micro web framework for Python. It is lightweight and easy to get started with, making it perfect for beginners who want to build web applicatio…