AAAniket Avhadintyrocoder.hashnode.dev·Jul 28, 2022 · 2 min readAnchor Tag in HTMLAnchor Tag An anchor tag is a HTML element that creates a link to a target URL. When correctly implemented, the link can wrap around text, images, or as buttons, so that users can interact with it and visit the link's destination. Example in HTML <a...00
AAAniket Avhadintyrocoder.hashnode.dev·Jul 28, 2022 · 2 min readCheat Sheet For GitWhat is Git? Git is a version control system used for tracking changes in computer files. It is generally used for source code management in software development. Git is used to tracking changes in the source code. The distributed version control to...01S
AAAniket Avhadintyrocoder.hashnode.dev·Jul 28, 2022 · 2 min readCheat Sheet For MarkdownWhat is Markdown? Markdown is a markup language just like HTML. We use it to parse text and convert it into a specific format. You can also think of it as a text to HTML converter tool. Markdown File Have an Extension of .md Headings # Heading 1 ## H...00