RGRobin Gusaininrobindeveloper.hashnode.dev·Sep 22, 2021 · 1 min readHtml FactsDifferent tags can be used when making simple content in the browser but Tags become specific when making specific content on the website. like input tag with type=number: helps the user to enter only numbers and restrict other parameters. fo...01C
RGRobin Gusaininrobindeveloper.hashnode.dev·Sep 22, 2021 · 2 min readResponsive websiteBeing flexible is a demand of today's world, so our website should be. As screen sizes differ in different devices like laptops,iPad, Mobile phones and it makes the user experience worst when we don't have responsive websites. Media Query helps us t...00