Posts

 https://m.media-amazon.com/images/G/31/img17/Amazon_Business_Offers.zip?_encoding=UTF8&linkCode=ib1&tag=raj879-21&linkId=6481a6913d04f20f51998b90100d1788&ref_=ihub_curatedcontent_8a129f56-47c3-4112-b282-88dd230f239e

this is html basic

<! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Document </ title >      < style >          .table-heading {              color : green ;         }          #main-heading {              color : saddlebrown ;         }          .headings {              background-color : black ;              color : aliceblue ;              }          .span {              background-color :  red ;         }      </ style > </ head > < body >      < div   class = "headings" >          < h1   id = "main-heading" > this is heading </ h1 >          < h2 > hello  </ h2 >          < h2 > hello </ h2 >          < h3 > basant </ h3 >          < h4 > yadav </ h4 >      </ div >