This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.

Web Development - Misc. - How to Indent Text on Both Sides

To indent text one tab-width (or one column) from both sides of the page, use the <BLOCKQUOTE> </BLOCKQUOTE> tags. As the name of the tag suggests, this is recommended when using large block quotes of text on a webpage.

Example:

<blockquote>Here is some indented text.</blockquote>
Now here is regular text.


This renders:

<html><blockquote>Here is some indented text.</blockquote>Now here is regular text.</html>


 


Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Web Development - Misc. - How to Indent Text on Both Sides
 
Standard disclaimer applies - read http://malektips.com/disclaim.html.