Tagged articles
163 articles
Page 1 of 2
Old Zhang's AI Learning
Old Zhang's AI Learning
May 13, 2026 · Frontend Development

32 Open-Source HTML Slide Templates to Stop AI from Generating Ugly PPTs

The article introduces a GitHub repository offering 32 ready‑to‑use HTML/CSS slide templates designed for AI agents, explains a six‑step workflow for selecting and customizing templates, evaluates the strengths and limitations of the approach, and argues that HTML is re‑emerging as a universal presentation format.

AI agentsHTMLfrontend
0 likes · 9 min read
32 Open-Source HTML Slide Templates to Stop AI from Generating Ugly PPTs
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
May 12, 2026 · Artificial Intelligence

Why Claude Code Teams Prefer HTML Over Markdown: The Unreasonable Effectiveness Explained

The article analyzes why Claude Code developers are shifting from Markdown to HTML, arguing that HTML’s richer layout, visual hierarchy, and interactive capabilities make AI‑generated plans easier to read, compare, and adjust, despite higher token costs and slower generation.

AI-generated contentClaude CodeHTML
0 likes · 9 min read
Why Claude Code Teams Prefer HTML Over Markdown: The Unreasonable Effectiveness Explained
IT Services Circle
IT Services Circle
May 12, 2026 · Frontend Development

Why an Anthropic Engineer Claims HTML Outperforms Markdown (5 Reasons)

Anthropic engineer Thariq argues that HTML should replace Markdown, presenting five concrete advantages—higher information density, better readability, near‑zero sharing cost, interactive capabilities, and greater enjoyment—while also discussing practical use cases, token cost trade‑offs, and version‑control challenges.

AI‑generated documentationClaudeHTML
0 likes · 13 min read
Why an Anthropic Engineer Claims HTML Outperforms Markdown (5 Reasons)
AI Architecture Hub
AI Architecture Hub
May 11, 2026 · Operations

Why HTML Beats Markdown for Claude Code Outputs

The article explains how using HTML instead of Markdown with Claude Code delivers richer information density, better readability, easy sharing, interactive capabilities, and deeper data ingestion despite higher token usage and longer generation time, making it a more effective format for AI‑driven documentation and workflows.

AI agentsClaude CodeDocumentation
0 likes · 14 min read
Why HTML Beats Markdown for Claude Code Outputs
SuanNi
SuanNi
May 10, 2026 · Artificial Intelligence

How HTML Beats Markdown for Better AI Communication and Collaboration

The article argues that while Markdown has served as a convenient intermediate language for large language models, generating HTML output unlocks richer visual presentation, interactive controls, and easier sharing, albeit at the cost of higher token usage and more complex version control.

AI interactionHTMLWeb output
0 likes · 9 min read
How HTML Beats Markdown for Better AI Communication and Collaboration
Coder Trainee
Coder Trainee
Mar 23, 2026 · Frontend Development

Build a Simple HTML/CSS Image Carousel from Scratch

The article walks through creating a basic image carousel using native HTML5, CSS positioning, and a minimal markup structure, explaining each step and providing code snippets while noting that JavaScript navigation still needs to be added.

CSSCarouselHTML
0 likes · 4 min read
Build a Simple HTML/CSS Image Carousel from Scratch
Coder Trainee
Coder Trainee
Feb 3, 2026 · Frontend Development

How to Turn an Entire Website Grayscale with a Few CSS Lines

This article explains how to apply a global CSS grayscale filter to make every element on a website appear in shades of gray, discusses compatibility considerations, and provides a concise code example that works across major browsers.

CSSHTMLbrowser compatibility
0 likes · 4 min read
How to Turn an Entire Website Grayscale with a Few CSS Lines
Raymond Ops
Raymond Ops
Nov 25, 2025 · Frontend Development

Master the Web in 5 Minutes: How Domains, HTML, and Pages Connect

This article provides a concise, beginner‑friendly overview of how domain names map to IP addresses, the DNS resolution process, the distinction between static and dynamic web pages, and the fundamental structure and tags of HTML, giving readers a solid foundation for web development.

DNSDomain NamesDynamic Pages
0 likes · 9 min read
Master the Web in 5 Minutes: How Domains, HTML, and Pages Connect
php Courses
php Courses
Nov 18, 2025 · Backend Development

Convert CSV to HTML in PHP with a Free Cloudmersive API – Step-by-Step Guide

This guide explains how to use the free Cloudmersive Document Convert API in PHP to transform CSV files into well‑structured HTML, covering prerequisite Composer installation, API key configuration, sample code, and error handling, enabling developers to automate the conversion efficiently.

CSVCloudmersiveComposer
0 likes · 3 min read
Convert CSV to HTML in PHP with a Free Cloudmersive API – Step-by-Step Guide
php Courses
php Courses
Oct 23, 2025 · Backend Development

How to Convert Filled PDF Forms into Pre‑Populated HTML Forms with PHP

Learn how to automatically extract data from completed PDF forms and generate pre‑filled HTML forms using PHP, with step‑by‑step guidance on installing pdftk, leveraging php‑pdftk or smalot/pdfparser libraries, handling field mapping, security, and best practices for seamless integration.

Form AutomationHTMLPDF
0 likes · 8 min read
How to Convert Filled PDF Forms into Pre‑Populated HTML Forms with PHP
Raymond Ops
Raymond Ops
Oct 13, 2025 · Fundamentals

Understanding Domain Names, HTML, and HTTP: A Complete Beginner’s Guide

This article explains the concept, structure, and types of domain names, the fundamentals of web pages and HTML—including document structure, tags, and HTML5 features—as well as the core principles, workflow, request/response formats, version evolution, and security extensions of the HTTP protocol.

Domain NameHTMLHTTP
0 likes · 14 min read
Understanding Domain Names, HTML, and HTTP: A Complete Beginner’s Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 29, 2025 · Frontend Development

How I Built a One‑Click HTML Table Generator for Complex Forms

A boss’s urgent request to create a multi‑row, multi‑column registration form sparked a deep dive into layout techniques, leading to the development of zyTableGenerator—a lightweight frontend tool that simplifies table creation, handles merges, styles, and exports clean HTML with a single click.

HTMLJavaScriptgrid layout
0 likes · 8 min read
How I Built a One‑Click HTML Table Generator for Complex Forms
MaGe Linux Operations
MaGe Linux Operations
Jul 3, 2025 · Frontend Development

Master Web Basics in 5 Minutes: Domains, HTML, and Page Relationships

This guide quickly explains how domain names work, the structure and resolution process of DNS, the fundamentals of HTML syntax and file structure, the differences between static and dynamic web pages, and the evolution from Web 1.0 to Web 4.0, providing a solid foundation for beginners.

DNSDomain NameHTML
0 likes · 9 min read
Master Web Basics in 5 Minutes: Domains, HTML, and Page Relationships
Liangxu Linux
Liangxu Linux
Jun 26, 2025 · Fundamentals

Master Web Fundamentals: Domains, HTML Basics, and the HTTP Protocol

This comprehensive guide explains the concept, structure, and types of domain names, details how to register and manage them, introduces web pages and HTML fundamentals including tags, syntax, and HTML5 enhancements, and demystifies the HTTP protocol, its workflow, request/response formats, version evolution, and HTTPS security.

Domain NamesHTMLHTTP Protocol
0 likes · 15 min read
Master Web Fundamentals: Domains, HTML Basics, and the HTTP Protocol
Full-Stack Cultivation Path
Full-Stack Cultivation Path
May 14, 2025 · Frontend Development

Creating Adaptive Dot Progress Bars with CSS Gradients and SVG

The article shows how to replace numerous HTML elements with a single CSS‑gradient background tile to build a fully responsive progress bar composed of small dots, explains the calculation of tile size using CSS variables, adds current progress with a linear‑gradient overlay, and offers an SVG alternative that can also be applied to custom range sliders.

CSSGradientsHTML
0 likes · 10 min read
Creating Adaptive Dot Progress Bars with CSS Gradients and SVG
MaGe Linux Operations
MaGe Linux Operations
May 4, 2025 · Fundamentals

Unlock the Secrets of Domains, HTML, and HTTP: A Complete Web Fundamentals Guide

This comprehensive guide explains domain name concepts, structures, and registration, introduces web page fundamentals and HTML basics—including tags, syntax, and HTML5 features—then covers HTTP protocol essentials, request/response formats, version evolution, and HTTPS security, providing a solid foundation for modern web development.

HTMLHTTPWeb
0 likes · 13 min read
Unlock the Secrets of Domains, HTML, and HTTP: A Complete Web Fundamentals Guide
Sohu Tech Products
Sohu Tech Products
Apr 2, 2025 · Frontend Development

Turn Any Webpage Into a Live CSS Editor with This Simple Trick

This guide shows how to transform a standard HTML page into an interactive CSS editor by embedding a style element inside the body, adding the contenteditable attribute, and running a live server, enabling instant visual feedback for any CSS changes.

CSSHTMLWeb Development
0 likes · 4 min read
Turn Any Webpage Into a Live CSS Editor with This Simple Trick
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 23, 2025 · Frontend Development

Comprehensive Guide to CSS Grid Layout: Responsive Design, Implicit/Explicit Grids, Alignment, and Advanced Techniques

This article provides an in‑depth tutorial on CSS Grid, covering responsive layouts with media queries, auto‑fit/minmax tricks, implicit versus explicit grids, column spanning, alignment properties, place‑content shortcuts, repeat syntax, masonry rows, and useful online resources, all illustrated with practical code examples.

CSSCSS GridHTML
0 likes · 9 min read
Comprehensive Guide to CSS Grid Layout: Responsive Design, Implicit/Explicit Grids, Alignment, and Advanced Techniques
21CTO
21CTO
Jan 15, 2025 · Frontend Development

How to Become a Front-End Developer by 2025: A Complete Roadmap

This guide outlines a step‑by‑step roadmap for aspiring front‑end developers, covering essential fundamentals, workspace setup, HTML/CSS, JavaScript, version control, React and bonus skills, with realistic timelines to help you reach a professional level by 2025.

CSSGitHTML
0 likes · 8 min read
How to Become a Front-End Developer by 2025: A Complete Roadmap
Baidu Geek Talk
Baidu Geek Talk
Dec 25, 2024 · Industry Insights

How to Build a Multimodal Web Page Model for the LLM Era

This article examines the unique multimodal and multi‑granular nature of web pages, compares fusion strategies, proposes a cross‑modal attention approach, outlines fine‑ and coarse‑grained pre‑training tasks, and explores low‑cost adaptor methods for adapting large multimodal models to web‑page modeling in the LLM era.

AIHTMLLLM adaptation
0 likes · 10 min read
How to Build a Multimodal Web Page Model for the LLM Era
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 6, 2024 · Frontend Development

Comprehensive Guide to CSS Grid Layout: Concepts, Syntax, and Practical Examples

This article provides an in‑depth tutorial on CSS Grid layout, covering its advantages over Flexbox, compatibility, container setup, row and column definitions, sizing units, gaps, element positioning, naming conventions, area declarations, auto‑flow behavior, alignment properties, and automatic placement with numerous code examples.

CSSCSS GridHTML
0 likes · 25 min read
Comprehensive Guide to CSS Grid Layout: Concepts, Syntax, and Practical Examples
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 4, 2024 · Frontend Development

Image Fragmentation Effect with HTML, CSS, and JavaScript

This article explains how to create a picture‑fragment animation by dividing an image into a grid of small blocks, using CSS background‑size and background‑position together with JavaScript to generate the blocks, apply delays, rotations, scaling, and performance‑optimising techniques.

CSSHTMLJavaScript
0 likes · 10 min read
Image Fragmentation Effect with HTML, CSS, and JavaScript
Sohu Tech Products
Sohu Tech Products
Jul 24, 2024 · Frontend Development

10 Lesser-Known HTML Tags and Their Uses

The article introduces ten obscure yet practical HTML elements—progress, meter, dfn, dialog, map/area, bdo, base, time, hgroup, kbd, and cite—explaining their unique functions and showing how they can enhance interactivity, semantics, and layout beyond the common div, a, and p tags.

HTMLObscure TagsTutorial
0 likes · 5 min read
10 Lesser-Known HTML Tags and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
Jul 11, 2024 · Frontend Development

Creating a Snowfall Effect with HTML, CSS, and JavaScript

This tutorial walks through building a realistic snowfall animation on a web page using HTML span elements, CSS radial gradients, and JavaScript classes to generate, style, animate, and recycle thousands of snowflakes with optional swing, speed variations, 3‑D perspective, and performance‑optimized transforms.

CSSHTMLJavaScript
0 likes · 12 min read
Creating a Snowfall Effect with HTML, CSS, and JavaScript
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jun 29, 2024 · Frontend Development

How to Build a Mouse‑Tracking Parallax Banner Animation with HTML, CSS, and JavaScript

This tutorial explains how to recreate Bilibili's mouse‑responsive top‑banner animation by collecting assets, constructing a layered HTML structure, applying CSS positioning, and writing vanilla JavaScript to track mouse movement, calculate element offsets, and animate the layers with smooth transitions.

CSSHTMLJavaScript
0 likes · 15 min read
How to Build a Mouse‑Tracking Parallax Banner Animation with HTML, CSS, and JavaScript
Goodme Frontend Team
Goodme Frontend Team
Jun 3, 2024 · Frontend Development

Mastering the New HTML Popover API: From Basics to Advanced Animations

This article introduces the HTML Popover API, explains its built‑in features, shows how to create simple popovers without JavaScript, demonstrates imperative control, nesting, and CSS‑based animations, and provides compatibility checks and practical code examples for modern web development.

CSS AnimationsHTMLPopover API
0 likes · 11 min read
Mastering the New HTML Popover API: From Basics to Advanced Animations
php Courses
php Courses
May 21, 2024 · Backend Development

Converting CSV Files to HTML Using PHP and Cloudmersive API

This article explains how to use PHP and the free Cloudmersive Document Convert API to transform CSV files into HTML, covering installation of the API client via Composer, configuring the API key, and executing the conversion with sample code.

APICSVCloudmersive
0 likes · 3 min read
Converting CSV Files to HTML Using PHP and Cloudmersive API
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
May 14, 2024 · Frontend Development

Implementing Front‑End File Preview for Various Formats Using React

This article explains how to preview a wide range of file types—including images, audio, video, markdown, plain text, Office documents, PDFs and external websites—in a React front‑end by using native HTML tags, embed/iframe techniques, and libraries such as marked and highlight.js, while also supporting page or time positioning.

HTMLReactfile preview
0 likes · 14 min read
Implementing Front‑End File Preview for Various Formats Using React
Sohu Tech Products
Sohu Tech Products
Mar 13, 2024 · Frontend Development

HTMX vs React: A Comparative Overview of Modern Front‑End Libraries

HTMX offers a lightweight, HTML‑attribute‑driven approach that adds AJAX, WebSocket and server‑sent event interactivity without JavaScript, making it ideal for simple pages, while React provides a full‑featured, component‑based JavaScript library with a steep learning curve, extensive ecosystem, and superior scalability for complex, state‑driven applications.

ComparisonHTMLHTMX
0 likes · 17 min read
HTMX vs React: A Comparative Overview of Modern Front‑End Libraries
DaTaobao Tech
DaTaobao Tech
Mar 8, 2024 · Frontend Development

CSS Grid Layout for E‑commerce Product Cards

The article shows how using CSS Grid instead of nested Flex containers can halve the HTML and CSS needed for e‑commerce product cards by defining rows and columns, simplifying markup to a few elements while preserving layout for images, titles, prices, badges, and actions.

CSSCSS GridHTML
0 likes · 9 min read
CSS Grid Layout for E‑commerce Product Cards
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 28, 2023 · Frontend Development

How to Create a Left‑Looping Scrolling Text Using HTML, CSS, and JavaScript

This article explains four different techniques—including pure JavaScript frame updates, setInterval with CSS transitions, CSS keyframe animation, and a text‑shadow trick—to achieve a continuously left‑scrolling text effect, compares their performance and complexity, and provides complete code samples for each method.

CSSHTMLJavaScript
0 likes · 6 min read
How to Create a Left‑Looping Scrolling Text Using HTML, CSS, and JavaScript
Sohu Tech Products
Sohu Tech Products
Sep 6, 2023 · Frontend Development

Understanding Pre‑rendering and Speculation Rules in Modern Web Development

The article explains modern pre‑rendering techniques—historical prefetched and prerendered links, Chrome’s new predictive full‑page rendering, and the Speculation Rules API that lets developers declaratively or dynamically specify prefetch and prerender JSON rules, while noting same‑origin limits, debugging tools, and performance benefits for Core Web Vitals.

ChromeHTMLJavaScript
0 likes · 11 min read
Understanding Pre‑rendering and Speculation Rules in Modern Web Development
Sohu Tech Products
Sohu Tech Products
Sep 6, 2023 · Frontend Development

An Introduction to htmx: Using HTML Attributes for Dynamic Web Interactions

This article introduces htmx, a lightweight library that adds Ajax, CSS transitions, WebSockets, and server‑sent events to plain HTML through simple hx‑ attributes, enabling features like lazy loading, form validation, and view transitions without writing JavaScript, and works with any back‑end.

CSS transitionsFront-endHTML
0 likes · 18 min read
An Introduction to htmx: Using HTML Attributes for Dynamic Web Interactions
21CTO
21CTO
Sep 1, 2023 · Frontend Development

Run Python Directly in the Browser with PyScript: A Step‑by‑Step Guide

This article introduces PyScript, explains how it compiles Python to WebAssembly for client‑side execution, and provides a complete tutorial—including setup, a Hello World example, and code explanations—to help developers embed Python seamlessly into HTML web pages.

HTMLPyScriptPython in Browser
0 likes · 7 min read
Run Python Directly in the Browser with PyScript: A Step‑by‑Step Guide
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 26, 2023 · Frontend Development

Responsive Full‑Page Scroll Implementation with Vue 3

This article explains how to create a responsive full‑screen scrolling effect using Vue 3, detailing the concept, requirements, underlying principles, and providing complete HTML, JavaScript, and CSS code to handle mouse wheel, touch events, dynamic height calculation, and indicator navigation.

CSSFullPageScrollHTML
0 likes · 12 min read
Responsive Full‑Page Scroll Implementation with Vue 3
php Courses
php Courses
Jul 13, 2023 · Backend Development

Removing HTML Tags in PHP: Using strip_tags and Regular Expressions

This article explains how to strip HTML tags from user‑generated content in PHP by using the built‑in strip_tags function and by applying regular expressions with preg_replace, including code examples, optional tag preservation, and performance considerations.

HTMLWeb Developmentregex
0 likes · 4 min read
Removing HTML Tags in PHP: Using strip_tags and Regular Expressions
ByteFE
ByteFE
Feb 22, 2023 · Frontend Development

Recreating the Flash Game “Manufactoria” with HTML, CSS, and JavaScript

This article details how to recreate the Flash programming game 'Manufactoria' as a web-based puzzle by implementing its UI with HTML and CSS and its logic with JavaScript, covering component definitions, grid layout, robot movement, state handling, level loading, and local storage persistence.

CSSGame DevelopmentHTML
0 likes · 23 min read
Recreating the Flash Game “Manufactoria” with HTML, CSS, and JavaScript
php Courses
php Courses
Jan 20, 2023 · Frontend Development

Create a Browser Fireworks Animation with HTML, CSS, and JavaScript

This tutorial walks you through building a full‑screen fireworks effect in the browser by structuring the HTML, styling the text and canvas with CSS, and implementing the animation logic using JavaScript's Canvas API, utility functions, and object‑oriented firework and spark classes.

CSSCanvasHTML
0 likes · 16 min read
Create a Browser Fireworks Animation with HTML, CSS, and JavaScript
Java Architect Essentials
Java Architect Essentials
Dec 5, 2022 · Frontend Development

Turn Any Webpage Grayscale with a Few Simple CSS Filters

This guide explains why and how to convert an entire website to black‑and‑white using CSS filter properties, provides two practical methods with code snippets, addresses browser compatibility, DOCTYPE requirements, and even Flash handling, and ends with a ready‑to‑use CSS block.

CSSFiltersHTML
0 likes · 6 min read
Turn Any Webpage Grayscale with a Few Simple CSS Filters
Tencent Cloud Developer
Tencent Cloud Developer
Sep 2, 2022 · Frontend Development

Understanding Vite's Dependency Scanning and Pre‑Bundling Process

Vite improves dev‑server startup and runtime speed by scanning every project HTML file (excluding node_modules) with an esbuild plugin that traverses the module graph, classifies JavaScript, assets, bare imports and framework files, creates virtual modules, and records each bare import’s actual path for pre‑bundling.

Dependency ScanningHTMLJavaScript
0 likes · 18 min read
Understanding Vite's Dependency Scanning and Pre‑Bundling Process
政采云技术
政采云技术
Jul 26, 2022 · Frontend Development

Frontend Rich Text Basics and Implementation

This article introduces the concept of rich text in the frontend, explains two primary input methods (iframe with designMode and contenteditable elements), details the Selection API for handling text ranges, demonstrates toolbar commands using execCommand, and provides complete demo code for building a simple rich‑text editor.

HTMLRich TextSelection
0 likes · 15 min read
Frontend Rich Text Basics and Implementation
ByteFE
ByteFE
Jul 20, 2022 · Frontend Development

Building a Pure JavaScript and CSS Analog Clock with Animation‑Delay

This tutorial demonstrates how to create a functional analog clock using only HTML, CSS keyframe animations, and a small JavaScript snippet that sets negative animation‑delay values so the clock starts synchronized with the current time.

CSSHTMLJavaScript
0 likes · 8 min read
Building a Pure JavaScript and CSS Analog Clock with Animation‑Delay
JavaScript
JavaScript
Jul 5, 2022 · Frontend Development

How the HTML inert Attribute Disables Interaction and Improves UI

The HTML inert attribute is a Boolean property that makes browsers ignore user input, focus, and selection within an element and its children, helping developers create more controlled and accessible user interfaces while being widely supported with a polyfill for older browsers.

HTMLaccessibilityfrontend
0 likes · 2 min read
How the HTML inert Attribute Disables Interaction and Improves UI
Programmer DD
Programmer DD
May 9, 2022 · Frontend Development

Run Python Directly in Your Browser with PyScript: Quick Hands‑On Guide

This article introduces PyScript, a framework that lets you embed and run Python code inside standard HTML, walks through a simple Hello World example and a data‑visualization demo, and shares practical insights on its current capabilities and limitations.

Data visualizationHTMLPyScript
0 likes · 8 min read
Run Python Directly in Your Browser with PyScript: Quick Hands‑On Guide
php Courses
php Courses
Mar 18, 2022 · Frontend Development

HTML Tag Vocabulary for PHP Learners

This article provides a comprehensive list of common HTML tags and their English terms, explaining each tag’s meaning to help beginners overcome language barriers and confidently use HTML elements while learning PHP development.

HTML
0 likes · 12 min read
HTML Tag Vocabulary for PHP Learners
php Courses
php Courses
Feb 15, 2022 · Frontend Development

CSS3 Animated Spoon Scooping Tangyuan (Dumpling) Effect

This tutorial demonstrates how to create a festive CSS3 animation of a spoon scooping dumplings, providing complete HTML and CSS code, visual examples, and download links for learners to copy, preview, and use the effect in their own projects.

CSSHTMLanimation
0 likes · 16 min read
CSS3 Animated Spoon Scooping Tangyuan (Dumpling) Effect
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jan 24, 2022 · Fundamentals

Mastering Unified: Process Markdown, HTML, and Text with AST Plugins

This article introduces the Unified text‑processing ecosystem, explains its AST‑based core, surveys major plugins such as remark, rehype, retext, and demonstrates practical usage examples—including Node.js documentation, dumi, and react‑markdown—to help developers understand its capabilities, workflow, and integration patterns.

ASTHTMLJavaScript
0 likes · 11 min read
Mastering Unified: Process Markdown, HTML, and Text with AST Plugins
21CTO
21CTO
Jan 18, 2022 · Frontend Development

Boost Your Web Development Speed with 10 Essential VS Code Extensions

A seasoned front‑end engineer shares ten VS Code extensions—ranging from HTML snippets and CSS class IntelliSense to Live Server and bracket colorizers—that dramatically streamline coding, improve productivity, and simplify common web development tasks for developers of all levels.

CSSExtensionsHTML
0 likes · 5 min read
Boost Your Web Development Speed with 10 Essential VS Code Extensions
Alibaba Terminal Technology
Alibaba Terminal Technology
Dec 29, 2021 · Frontend Development

Why Modern Browsers Matter: A Deep Dive into Frontend Standardization

This article explores the evolution of browsers, the layered architecture of front‑end development, the role of standardization bodies, and how understanding browser internals—from multi‑process models to JavaScript engines—helps developers write more efficient, compatible, and future‑proof web applications.

BrowserHTMLJavaScript
0 likes · 20 min read
Why Modern Browsers Matter: A Deep Dive into Frontend Standardization
21CTO
21CTO
Dec 10, 2021 · Frontend Development

Four Simple Ways to Center a DIV Using Modern CSS Techniques

Learn four practical CSS approaches—Grid, Flexbox, margin:auto, and absolute positioning with transform—to reliably center a DIV element both horizontally and vertically, complete with code examples and visual results for quick implementation.

CSSCenteringHTML
0 likes · 4 min read
Four Simple Ways to Center a DIV Using Modern CSS Techniques
php Courses
php Courses
Dec 7, 2021 · Frontend Development

Responsive Website from Scratch – CSS Grid Layout

This tutorial series teaches how to build a complete responsive corporate website from the ground up using CSS Grid, covering navigation, carousel, about us, case studies, service flow, team, data, news, and footer sections with smooth transitions and animations.

CSSCSS GridHTML
0 likes · 2 min read
Responsive Website from Scratch – CSS Grid Layout
ByteFE
ByteFE
Nov 10, 2021 · Frontend Development

Creating a CSS‑Only Animated Orange Cat with Vite and SCSS

This tutorial demonstrates how to build a playful orange‑cat mood‑changing animation using Vite and SCSS, relying solely on HTML and CSS (including variables, pseudo‑elements, transitions, and keyframe animations) without any JavaScript, and explains each step from project setup to final interactive effect.

CSSHTMLSCSS
0 likes · 9 min read
Creating a CSS‑Only Animated Orange Cat with Vite and SCSS
php Courses
php Courses
Sep 18, 2021 · Frontend Development

Pure CSS Sun‑Earth‑Moon Orbital Animation Tutorial

This article demonstrates how to create a pure‑CSS animation of the Sun, Earth and Moon orbital motion using simple HTML divs, Flexbox/Grid layout, gradient colors, and CSS keyframe animations, with full source code and styling details provided.

CSSFlexboxHTML
0 likes · 6 min read
Pure CSS Sun‑Earth‑Moon Orbital Animation Tutorial
Tencent IMWeb Frontend Team
Tencent IMWeb Frontend Team
Aug 26, 2021 · Frontend Development

How to Fix HTML Entity Bugs That Break Rich Text Rendering

This article explains why HTML entities like "<" and ">" can disappear in rich‑text fields, analyzes the underlying tokenizer state machine, and provides a lightweight hack that inserts empty comment nodes to preserve the original text without breaking legacy rendering logic.

EntityHTMLJavaScript
0 likes · 12 min read
How to Fix HTML Entity Bugs That Break Rich Text Rendering
ELab Team
ELab Team
Aug 16, 2021 · Frontend Development

How to Build a Danmaku (Bullet Comment) System with HTML, CSS, and Canvas

This article explains the concept of danmaku (bullet comments), why they improve user experience, and provides a detailed guide on implementing a danmaku system using HTML + CSS or Canvas, including stage design, track management, collision handling, and reusable code examples.

CSSHTMLJavaScript
0 likes · 13 min read
How to Build a Danmaku (Bullet Comment) System with HTML, CSS, and Canvas
21CTO
21CTO
Jun 19, 2021 · Frontend Development

Build a Dark Mode Switcher with HTML, CSS, and JavaScript

This step‑by‑step tutorial shows how to create a dark‑mode toggle for a web page using HTML structure, CSS styling (including dark‑mode rules), and a small JavaScript script that adds or removes the dark class on user interaction.

CSSDark ModeHTML
0 likes · 9 min read
Build a Dark Mode Switcher with HTML, CSS, and JavaScript
21CTO
21CTO
Jun 13, 2021 · Frontend Development

Add a One‑Click Copy‑to‑Clipboard Button with JavaScript

This guide shows how to create a simple HTML page with a button that copies paragraph text to the system clipboard using the modern Clipboard API, including full code examples and explanations for both copy and cut operations.

Clipboard APIDOMHTML
0 likes · 5 min read
Add a One‑Click Copy‑to‑Clipboard Button with JavaScript
ITPUB
ITPUB
May 8, 2021 · Frontend Development

From Static Pages to Server‑Side Rendering: A 30‑Year Journey of Web Technology

This article traces the evolution of web technologies from Tim Berners‑Lee's first static page in 1991 through the rise of HTML, CSS, JavaScript, dynamic server‑side solutions like PHP and AJAX, the emergence of SPAs, and modern innovations such as SSR, React Server Components, and Web Components, highlighting key milestones, challenges, and future directions.

CSSHTMLJavaScript
0 likes · 17 min read
From Static Pages to Server‑Side Rendering: A 30‑Year Journey of Web Technology
ELab Team
ELab Team
Apr 8, 2021 · Frontend Development

Mastering SVG: From Basics to Advanced Techniques

This comprehensive guide explains what SVG is, how it differs from bitmap images, its XML foundation, basic syntax, viewBox and viewport handling, common shape elements, animation, gradients, usage patterns, comparison with Canvas, optimization tips, fallback strategies, and media‑query integration, all illustrated with code examples and diagrams.

GraphicsHTMLSVG
0 likes · 25 min read
Mastering SVG: From Basics to Advanced Techniques
Sohu Tech Products
Sohu Tech Products
Mar 24, 2021 · Frontend Development

Why the <picture> Tag Beats <img> for Responsive Images

This article explains the limitations of the traditional img tag for responsive design, demonstrates how the picture element combined with srcset, sizes, and media attributes can handle both resolution and image switching, and provides practical code examples for modern web development.

HTMLPicture TagResponsive Images
0 likes · 10 min read
Why the <picture> Tag Beats <img> for Responsive Images
ByteFE
ByteFE
Feb 7, 2021 · Frontend Development

Best Practices for Secure, Accessible, and User‑Friendly Sign‑In Forms

This guide explains how to build sign‑in forms that are secure, accessible, and easy to use by leveraging semantic HTML elements, appropriate input attributes, responsive design, password‑visibility toggles, client‑side validation, and real‑user monitoring to reduce abandonment and improve the overall user experience.

HTMLUXaccessibility
0 likes · 24 min read
Best Practices for Secure, Accessible, and User‑Friendly Sign‑In Forms
ByteFE
ByteFE
Feb 4, 2021 · Frontend Development

Sign‑in Form Best Practices: Design, Accessibility, and Implementation

This guide outlines essential sign‑in form best practices, covering meaningful HTML elements, proper labeling, attribute usage, mobile‑friendly design, accessibility features, password handling, validation, analytics, and real‑time testing, with code examples to help developers create secure, user‑centric login experiences.

HTMLSign-inUX
0 likes · 24 min read
Sign‑in Form Best Practices: Design, Accessibility, and Implementation