How and were differs?

The difference is an iframe is able to “float” within content in a page, that is you can create an html page and position an iframe within it. This allows you to have a page and place another document directly in it. A frameset allows you to split the screen into different pages (horizontally and vertically) and… Continue reading How and were differs?

How to disable the links in the empty space

Here the image having the link for redirecting to login page and if we given the image as display none the image will go but the link will active any time for by using the pointer property we need to create a new class for after login condition we can solve that issue

How to use Accent-color Property

The accent-color property specifies the accent color for user-interface controls like: <input type=”checkbox”>, <input type=”radio”>, <input type=”range”> and <progress>.