Why does a href tag have an underscore '_' ?
Before HTML5, developers used frameset for SPA-like functionality, dividing the window into multiple frames, each with its own unique name. For e.g, left frame might be name=”sidebar” and right could be name=”content”.
When clicking a link, the brow...
adityatrivedi.hashnode.dev1 min read