Tuesday, 6 December 2016

HTML Basic Tags

  1. <br> br stands for break line, it breaks the line of the code. It is useful for writing a poem or an address, where the division of lines is significant.
  2. <pre> tag represents preformatted text. Whitespace inside this element is displayed as typed.
  3. <code> tag is used for indicating a piece of code. The code tag surrounds the code being marked up.The code being marked up could represent an XML element name, a filename, a computer program, or any other string that a computer would recognize.

No comments:

Post a Comment