PPPrateek Pathakinprateekpathak.hashnode.dev·Mar 29, 2023 · 1 min readWebDev:Metameta 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...00
PPPrateek Pathakinprateekpathak.hashnode.dev·Feb 28, 2023 · 2 min readCSS: Day 4well 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...00
PPPrateek Pathakinprateekpathak.hashnode.dev·Feb 9, 2023 · 1 min readHtml Basics---1Inline 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...00