Sunday 18 August 2019

Some useful Html knowledge

  • Writing in bold
     <p><strong>writting with bold</strong></p>
  • Writting in italic
     <p><em>writting with italic</em></p>
  • Adding link
     <a href="#">adding a link</a>
  • Adding image
     <img src="/file path over here " />
  • Adding space
     &nbsp;
  • Add >> symbol
     &raquo;
  • Allign the text to center
     text-align : center;
  • Add caption to a slider
     <img src="image link over here" alt="add text for caption over here " />
  • Make border round
     border-radius:20px;
  • Important to know :make the position of header absolute
    make the position of the navigation relative