APAditi Parabinaditiparab.hashnode.dev·Nov 6, 2022 · 2 min readIntroduction to Web and HTMLHTML HTML stands for hyper text markup language. It is a basic building block of the web page, which is used to create websites. We can use .html or .htm extension for html files. HTML consists of tags and the elements surrounded by "<" and ">". This...00