@abhishekbiradar
Nothing here yet.
Nothing here yet.
Feb 1 · 3 min read · What Emmet is ? Emmet is the shortcut language for writing HTML faster. You only need to type a short abbreviation and your editor expands it into full HTML. In simple words, it works like an autocomplete. Without Emmet you have to type every tag com...
Join discussionFeb 1 · 3 min read · Why Do We Need Rules for Data Transfer? Imagine sending a parcel without an address on it. In this case, it will never reach its destination or it might get lost or it might get mixed up with other parcel’s. The same problem exists in computer networ...
Join discussionJan 31 · 2 min read · Why CSS selectors are needed CSS selectors are needed to target specific HTML elements in a web page, so that styles can be applied to them. Without selectors, it would be impossible to apply unique styles to specific parts of a webpage. Think of Sel...
Join discussionJan 31 · 3 min read · HTML stands for hyper text markup language, it gives structure to our web page and it is also called as skeleton of the web page. Browsers read HTML and display’s it on the screen for us. Default HTML code : <!DOCTYPE html> <html lang="en"> <head> <m...
Join discussion