AFAbdul Fattahinaftamim.hashnode.dev·Jul 30, 2022 · 2 min readMy Html Css JourneyFrom the last few days, I gave a lot of effort to this HTML CSS journey. It was really awesome and I have enjoyed a lot. Actually, my aim is to be very good at web development and It was only the first step in my journey. Lot of things are there. I ...02SF
AFAbdul Fattahinaftamim.hashnode.dev·Jul 24, 2022 · 2 min readBasic GitIntroduction: In this article we are going to learn the most basic git commands to start. Git is one of the very popular free open source version control system. It helps us to track of the code changes, to know who changes the code and for coding co...00
AFAbdul Fattahinaftamim.hashnode.dev·Jul 24, 2022 · 2 min readBasic Markdown SyntaxIn simple word, Markdown is a markup language for adding formatting to a plain text using some specific syntax. We can create our markdown files with different extensions (i.e. - . markdown, .md, .mkd, .mkdown, etc). But most of the people use .md ex...00
AFAbdul Fattahinaftamim.hashnode.dev·Jul 22, 2022 · 5 min readMost Common CSS SelectorsBefore going to start about CSS Selector, I can assume, we all know what is CSS, and why it’s so important. After making a html structure, our next step is to apply the style. so that, the page will get a beautiful look. Without CSS we can’t think a...00