HTML

Use the Custom name in the target attribute of <a> tag

I learned about the tag’s custom target attribute during the technical weekly meeting, and here is my note. MDN Specification HTML target Where to display the linked URL as the name for a browsing context (a tab, window, or <iframe>). The following keywords have special meanings for where to load the URL: _self, _blank, _parent, _top.

Oct 24, 2024

Handling Cancel Events for Input File Upload

This article introduces how to handle cancel events for input file upload, including advantages, implementation details, and related resources to help developers implement cancel event detection for file uploads more effectively.

Dec 7, 2022

File Upload Accept Compatibility Issues

This article introduces file upload accept compatibility issues, including usage scenarios and implementation details to improve efficiency in handling file upload accept compatibility problems.

Mar 20, 2022

HTML Space Display Issues

This article discusses HTML space display issues, including usage scenarios and implementation details, to make handling HTML spacing more efficient.

Jul 3, 2020

P标签中不能包含块级元素

This article explains why block-level elements cannot be contained within P tags, including the advantages, implementation details, and relevant resources to help improve efficiency when working with P tags.

Jun 17, 2020

HTML Anchor Links Inside Email

Client support matrix for anchor links in HTML email and why some apps ignore or break them.

Aug 10, 2017