Tag: html
All the articles with the tag "html".
My posts
Responsive Images: a quick example with react
Published: at 03:00 PMOptimizing web performance is a priority for any developer. One key aspect to consider is how images are handled across different devices. In this article, we will explore how to create responsive images with React. The goal is to display different images based on the screen size.
Tech Watch Posts
11 HTML best practices for login & sign-up forms
Published: at 12:45 PMThis guide covers essential HTML best practices for creating secure, accessible, and user-friendly login and signup forms. It highlights input types, form validation, and tips for improving usability and accessibility, focusing on enhancing the overall user experience.
The Popover API: Your New Best Friend for Tooltips
Published: at 03:09 PMThe article discusses the Popover API, which simplifies the creation and management of tooltips, popovers, and other overlays. It provides developers with a standardized, accessible way to position popovers with HTML and JavaScript. New CSS features like anchor and @position-try help customize popover placement, making it easier to handle viewport overflow and styling. These improvements reduce reliance on complex JavaScript or third-party libraries, although browser support for some features may still be limited.
Top 5 HTML Features You’re Not Using (But Should Be)
Published: at 12:16 PMThe article outlines five underutilized HTML features that can improve web development. These features can enhance the interactivity, efficiency, and responsiveness of your web pages.