Command Palette
Search for a command to run...
Latest articles
WebDev:Meta
meta is data about data. Using meta tag you do Search Engine optimisation(SEO). It helps your website to appear on top and browser to find the most relevant site for the user. Meta viewport is related to mediaQuery how the website would adjust itself...
CSS: Day 4
well writing after many days... exams were there hence could not find time to write. So let's begin... viewport the viewport is an amazing thing changing the site css and features according to the available screen size and making changes in icon size...
Html Basics---1
Inline vs block element there are two types of elements inline and block. Inline are those which occupy only the space needed by them. Ex: <a>,<em>,<textarea>,etc. whereas block elements occupy the whole block. Ex:<hr>,<p>,<div>,etc. Adding images, a...