blockquote element for quotes Web Development

HTML – Blockquote Element for Quotes

  • October 14, 2020
  • 0 Comments

TML <blockquote> Element When you want to quote a passage from another source, you should use the <blockquote> element. HTML Code <p>Words by Neil Patel. </p><blockquote>Going above and beyond involves making customers “feel special” and helping them out even when it may not make sense.</blockquote> HTML Output Words by Neil Patel. Going above and beyond […]

address and abbr tag Web Development

HTML – Address Tag and Abbr Tag

  • October 14, 2020
  • 0 Comments

HTML <ADDRESS> Element The HTML <address> tag defines contact information for the nearest <article> or <body> ancestor in the HTML document. Many documents need to contain a snail-mail address, and there is a special <address> element that is used to contain addresses. For example, here is the address for AnsMachine inside <address> element.  HTML Code […]

BIG Element & Small Element Web Development

HTML – BIG Element and Small Element

  • October 14, 2020
  • 0 Comments

HTML <BIG> Element. In early versions of HTML, there were 7 standard sizes of text, and the <big> element was introduced to make the contents of this element one font size larger than the rest of the text surrounding it (up to the largest size. These days you should avoid using this element because it […]