This is a blockquote

  1. Alerts
  2. Buttons
  3. Columns
  4. Divider / Horizontal Ruler
  5. Dropcaps
  6. Intro Text
  7. Tabs, Toggle
  8. Font Icons by Font Awesome
  9. Image with CSS3 filters
  10. Videos (supports oEmbeds)

  • Alerts
  • Buttons
  • Columns
  • Divider / Horizontal Ruler
  • Dropcaps
  • Intro Text
  • Tabs, Toggle
  • Font Icons by Font Awesome
  • Image with CSS3 filters
  • Videos (supports oEmbeds)


 

 


 

The quick brown fox jumps over the lazy dog (H1)

The quick brown fox jumps over the lazy dog (H2)

The quick brown fox jumps over the lazy dog (H3)

The quick brown fox jumps over the lazy dog (H4)

The quick brown fox jumps over the lazy dog (H5)
The quick brown fox jumps over the lazy dog (H6)

 


 

Code styling

// The factory instance is re-useable and thread safe.
Twitter twitter = TwitterFactory.getSingleton();
Status status = twitter.updateStatus(latestStatus);
System.out.println("Successfully updated the status to [" + status.getText() + "].");