JBJay Bardiainjaybardia.hashnode.dev·Jul 29, 2022 · 1 min readThen <a> Anchor Element in HTMLThe tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the element is the href attribute, which indicates the link's destination. Few Common Attributes which are used with the Anchor Tag are as ...00
JBJay Bardiainjaybardia.hashnode.dev·Jul 29, 2022 · 1 min readLet's take a dive into GIT Cheat SheetGit is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for easy reference....00
JBJay Bardiainjaybardia.hashnode.dev·Jul 29, 2022 · 2 min readGetting started with CSS Position PropertyThere are five different position values: Static Relative Fixed Absolute Sticky Elements are then positioned using the top, bottom, left, and right properties. However, these properties will not work unless the position property is set first. They ...00
JBJay Bardiainjaybardia.hashnode.dev·Jul 29, 2022 · 4 min readGuide to CSS SelectorsCSS selectors are used to "find" (or select) the HTML elements you want to style. We can divide CSS selectors into five categories: Simple selectors (select elements based on name, id, class) Combinator selectors (select elements based on a specific...00