Posts

headings paragraphs and emmet

<! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Heading Paragraphs and Emmet </ title > </ head > < body >    < h1 >  Shresthy </ h1 >      < h2 >  Shresthy </ h2 >      < h3 >  Shresthy </ h3 >      < h4 >  Shresthy </ h4 >      < h5 >  Shresthy </ h5 >      < h6 >  Shresthy </ h6 >      <!-- lorem23 for dummy text with 23 words -->       < p > Lorem ipsum dolor sit....

intro

<! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < meta   name = "description"   content = "this is description" >      < meta   name = "keywords"   content = "html, html tutorials, web development" >      < meta   name = "robots"   content = "INDEX, FOLLOW" >      < title > Document </ title >      <!-- this is how you include external css and js-->      < link   rel = "stylesheet"   href = "shresthy.css" >      < script   src = "shresthy.js" ></ scrip...