Indenting Text

 

Indenting Text within a Web Page

Indenting text can be done a couple of different ways. The <blockquote> tag will enable you to indent your text from the left and right margins within your web page. However, it won’t enable you to indent your text from just one side.

If you would like to indent your text from the left margin only, you can use the <ul> tag (the same tag you would use to create a bulleted list). The only difference is that you won’t use the <li> tags with it. Your text will be indented just as a bulleted list is, but there won’t be any bullets.

    This example is displayed using the <UL> tag without the <LI> tags. Notice how the text is indented from the left margin.

 

<UL>
Place your text between the <UL> and </UL>tags without the <LI> tags.
</UL>

This concludes the indenting text section.

 
 

 
 
Visit the following pages for a wealth of copy and paste codes and tips:

HTML Tips
Copy and paste special effect HTML codes for your web page.

HTML Codes
An HTML codes chart you can use to copy and paste codes into your web page.

HTML Color Codes
An HTML color codes chart you can use to copy and paste color codes into your web page.

JavaScript Codes
Copy and paste special effect JavaScript codes for your web page.

Web Design Tips
Tips, tricks, and special effect codes for your web page.

HTML Tags
A list of HTML tags.

HTML 5 Tags
A list of the latest HTML tags to be developed.

ASCII Codes
Special text characters and code for your web page.