1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> 2<html> 3<head> 4<meta name="generator" content= 5"HTML Tidy for Linux/x86 (vers 1 September 2005), see www.w3.org"> 6<title></title> 7</head> 8<body> 9<ul> 10<li> 11<p>this is a list item indented with tabs</p> 12</li> 13<li> 14<p>this is a list item indented with spaces</p> 15</li> 16</ul> 17<p>Code:</p> 18<pre> 19<code>this code block is indented by one tab 20</code> 21</pre> 22<p>And:</p> 23<pre> 24<code> this code block is indented by two tabs 25</code> 26</pre> 27<p>And:</p> 28<pre> 29<code>+ this is an example list item 30 indented with tabs 31 32+ this is an example list item 33 indented with spaces 34</code> 35</pre> 36</body> 37</html> 38