A List and Div Example

This is some text.
This is normal text. This is subscript text.
  1. The first item
  2. The second item
    1. A sub-item under the second item
    2. Another sub-item
  3. The third item
This is some text.
This is some text inside a <div> tag. Note that the browser automatically adds a linefeed (return) character both before and after the div.
Here is some more text, outside the div.Here is some text inside a <span> tag. Note that the browser does not add any linefeeds or spaces around a span tag.Here is the last text, outside the span tag.