Practical tips to optimize your web performance by using HTML and CSS instead of JavaScript for common tasks like state management, responsive design, and UI elements.
Great work as usual! :) Here’s my two cents:
World, please don't use :hover { cursor: pointer; } for the following elements:
- a (anchor tags)
- button
- input types: "button", "submit", "reset", "file"
- label associated with form controls
- summary elements used within details
Thank you! 😊
Might have todo CSS/HTML tips someday :P
It's mandatory! .... you know ... as a pensioner :D
Great work as usual! :) Here’s my two cents:
World, please don't use :hover { cursor: pointer; } for the following elements:
- a (anchor tags)
- button
- input types: "button", "submit", "reset", "file"
- label associated with form controls
- summary elements used within details
Thank you! 😊
Might have todo CSS/HTML tips someday :P
It's mandatory! .... you know ... as a pensioner :D