SUSurya Uppalapatiinsuryauppalapati.hashnode.dev·Jul 23, 2022 · 2 min readAn introduction to MarkdownIn this article I'll provide you a basic understanding of Markdown, it's usage and syntax. What is markdown ? Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents and they are save with ...00
SUSurya Uppalapatiinsuryauppalapati.hashnode.dev·Jul 22, 2022 · 4 min readUnderstanding CSS SelectorsIn this article, You'll be provided a good understanding of CSS Selectors. Knowing about the Selectors can make one's life easy while styling a complex html page. CSS Selectors are used to target html elements that we want to style with CSS. Let us ...01R