#lang scribble/doc @(require scribble/manual "shared.ss" (for-label scheme teachpack/htdp/docs)) @teachpack["docs"]{Manipulating Simple HTML Documents} @declare-exporting[teachpack/htdp/docs] The teachpack provides three operations for creating simple ``HTML'' documents: @deftech{Annotation} An @tech{Annotation} is a symbol that starts with ``<'' and ends in ``>''. An end annotation is one that starts with `` and click RUN: @(begin #reader scribble/comment-reader (schemeblock > (annotation? 0) false > (annotation? ') true > (end-annotation 0) end-annotation: not an annotation: 0 > (write-file (list 'a 'b)) a b ))