@shivanshuagrawal
chai aur blogs
Nothing here yet.
Nothing here yet.
Feb 1 · 3 min read · Why CSS Selectors are needed ? Like HTML is the skeleton of the webpage, CSS selectors are pointing fingers, they are the mechanism that allows us to pick a specific element of HTML and change its color/size/shape of that element specifically Without...
Join discussion
Feb 1 · 3 min read · Writing HTML without Emmet is repetitive and slow as well. For creating a list of 5 list elements you have to write each list item again and again that will be repetitive and slow as well. <nav> <ul> <li><a href="">Home</a></li> <li><a href...
Join discussion
Feb 1 · 3 min read · What is HTML and why we use it ? HTML is Hyper Text Markup Language, breaking it means it is a Markup Language that is made for HyperTexts. It is the skeleton of a page, like for human body bones constructs the skeleton for a webpage HTML elements cr...
Join discussion
Feb 1 · 5 min read · Have you ever thought, what will happen if we don’t have any rules or protocols to transfer data between devices ?The answer is communication will collapse, these rules acts as a universal language between these devices to understand each other. It w...
Join discussion