NBNikhil Bhosaleincodecolt.hashnode.dev路Jul 23, 2022 路 3 min readDid you know about Git?What is git? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is used to track changes in the source code, enabling multiple developers to ...00
NBNikhil Bhosaleincodecolt.hashnode.dev路Jul 23, 2022 路 1 min readKnow something about the Markdown fileWhat is a Markdown file? MARKDOWN or .md file might be a Markdown Documentation file. It's a plain text file that uses the Markdown language to describe how to format the document. Markdown is a fast and easy way to take notes, create content for a w...00
NBNikhil Bhosaleincodecolt.hashnode.dev路Jul 22, 2022 路 2 min readWhat is Position in CSS?The Position is one of property of CSS helps us to manipulate the location of an element. There are a total of five values on this property. Values; static relative absolute fixed sticky Syntax .element{ position : relative; /*it can be relative ,...00
NBNikhil Bhosaleincodecolt.hashnode.dev路Jul 18, 2022 路 3 min readWhat are selectors in CSSCODE馃捇- Hi all my name is "CODE". I come here to help you for solving your doubt about web development. You can ask me anything about web development!!! I am here to help you...!!! COLT馃悗 - Hey! CODE!! , my name is "COLT", I am a beginner in web de...00
NBNikhil Bhosaleincodecolt.hashnode.dev路Jul 17, 2022 路 1 min readWhat are Meta tags in HTML?Introduction - The <meta> tag represents the metadata of the HTML page. This <meta> tag live within the <head> tag. It uses specifics more information like author name, character set, viewport setting, page description, and keywords for HTML documen...00