PKPraveen Kumar Binpraveenkumar04.hashnode.dev·Sep 11, 2022 · 1 min readHTML Basic ElementHeading Element The h1 to h6 is the heading element. The h1 heading element is the big font size. Heading number goes high, font size will decrease like h1,h2,h3,h4,h5,h6. Code <h1> HTML Basic </h1> <h2> Heading Element </h2> <h3> Fast Code App...00
PKPraveen Kumar Binpraveenkumar04.hashnode.dev·Sep 10, 2022 · 1 min readTypeScriptWhat is Typescript Typescript is a superset of JavaScript. It is developed by Microsoft. TypeScript is a development tool. When Typescript code runs, code converted into JavaScript code . Chance of producing error is less in TypeScript because ...00
PKPraveen Kumar Binpraveenkumar04.hashnode.dev·Sep 5, 2022 · 1 min readHTML IntroductionHTML (Hyper Text Markup Language) is a building block of web page. It used to create skeleton for web page. It easy to learn and used to create static page. Further it used to structure a web page and its content for presenting to viewers. HTML...00