6 posts tagged with "html"
- htmlApril 8, 2022 / 1 min read
How to uncheck radio button
as we know, html radio button is a single choice, so we can't select more than one radio button. - htmlApril 3, 2022 / 3 min read
Various ways of how to get DOM elements using the DOM API?
Document Object Model (DOM) is a standard programming interface recommended by W3C to deal with extensible markup languages. The DOM is the standard for how to get, modify, add, or remove HTML elements. Everything we do with a web page in JavaScript is done through the DOM. - htmlJanuary 24, 2022 / 2 min read
How to add a clear button to an input with CSS
When creating a form, it is inevitable to add a clear button to facilitate the user to clear the form, which is a very good user experience. - htmlOctober 24, 2021 / 4 min read
Do you really know preload, prefetch, preconnect and dns-prefetch?
We all know that the speed at which HTML external files load affects the first screen rendering time. To make it faster to load or use external resource files. - htmlJuly 24, 2021 / 3 min read
You should know about H5 development knowledge - HTML
HTML5 is different from PC Web development. It has its own unique attributes and functions. Here's what you need to know to develop H5 about HTML. - htmlFebruary 3, 2021 / 7 min read
Do you really know html meta tags?
For a front-end engineer, metalabels are all too familiar. When I was just learning the front end, I wrote the following sentence the most