#html5
Read more stories on Hashnode
Articles with this tag
The main reason people reset the font-size to 10px to make maths easier. · body { font-size:62.5%; } h1 { font-size: 2.4em; } /* =24px */ p { font-size:...
Simulating API Response in Tests(React) · Problem- How to simulate API response in react unit testing. Solution- While doing unit testing, we do not call...
Adjust Application if the user enabled dark Mode on their Device, not from your web app · Many times, we have seen developers have created websites with...
Prepare your designs for an international audience. · When we work with multilingual sites, we have to adjust our elements as per writing mode,...
React Router version 6 introduces several powerful new features, as well as improved compatibility with the latest versions of React. Note- React...
Accessible by all(no barriers that prevent interaction or access to the web) · Web Accessibility- Means creating a web application for all. Whenever we...