A Clarification and an addition to assignment#1 description =========================================================== In: "6. Ordered and unordered lists..." it was not explicitly explained, but
  • must always produce a line break, if not already at the begining of a line. In addition, we now require that
      ,
    and all produce the effect of a

    . The example in the handout was inconsistent as this

    -effect was shown in the beginning and end of the outermost list, but not on the nested lists. The example in the handout is corrected below: ------------- sample1.html -------------------------------

    Example of a piece of html file

    The heading above produced fine 2-space indentation.
    Spaces after a line break have no effect.

    Spaces are also ignored at the beginning of paragraphs.

    Ordered and unordered lists

    See how heading 4 produces 8-space indentation?
    Now I will show nested lists. Testing a link. ------------- sample1.txt -------------------------------- Example of a piece of html file The heading above produced fine 2-space indentation. Spaces after a line break have no effect. Spaces are also ignored at the beginning of paragraphs. Ordered and unordered lists See how heading 4 produces 8-space indentation? Now I will show nested lists. * Vegetables * broccoli * aspargus * Cheese 1. Brie 2. Blue 3. Gouda * Cereal: corn, rice, and barley Testing a link .