Your Ad Here

HTML Blockquote

An HTML Block quote tag is one way to quote text from another source.  They are usually indented by most browsers and are used to define a long quotation. This HTML tag can also contain a cite=”url”.  To insert this tag into your HTML Code use <blockquote> the quote </blockquote>.  If you want to add the source of your quote to the blockquote, use <blockquote cite=”url”> as your opening for the blockquote.

This would be an example of a block quote:

Building technical systems involves a lot of hard work and specialized knowledge:
languages and protocols, coding and debugging, testing and refactoring.

A block quote tag is a block level element. This means that while you are coding and declare the tag your text will jump to the next line. It will not be styled in the current sentence that you are writing, such as an italic or bold word would.  If you want to have the quote styled in your text rather then on a new line you can use the <q> tag.

VN:F [1.6.4_902]
Rating: 4.0/5 (2 votes cast)
VN:F [1.6.4_902]
Rating: +2 (from 2 votes)




4 Responses to “HTML Blockquote”

  1. where is the example? Are the underlines supposed to be the block quote?!

    VA:F [1.6.4_902]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.6.4_902]
    Rating: 0 (from 0 votes)
  2. The example is the indented text (Building technical systems involves a lot of hard work and specialized knowledge: languages and protocols, coding and debugging, testing and refactoring.). Block quote tags are generally indented by browsers and are not italicized or underlined. You will notice that the text is indented from the normal start of my text lines.

    VN:F [1.6.4_902]
    Rating: 5.0/5 (1 vote cast)
    VN:F [1.6.4_902]
    Rating: +1 (from 1 vote)
  3. He clearly hasn’t gotten very far ;) great tutorial zach

    VA:F [1.6.4_902]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.6.4_902]
    Rating: 0 (from 0 votes)
  4. Tim told me about this site and thus far its been very helpful

    VA:F [1.6.4_902]
    Rating: 0.0/5 (0 votes cast)
    VA:F [1.6.4_902]
    Rating: 0 (from 0 votes)

Leave a Reply