#lang scribble/doc @(require scribble/manual "shared.rkt" (for-label racket teachpack/htdp/docs)) @teachpack["docs"]{Manipulating Simple HTML Documents} @;declare-exporting[teachpack/htdp/docs] @defmodule[#:require-form beginner-require htdp/docs] The teachpack provides three functions 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 `` (annotation? 0) false > (annotation? ') true > (end-annotation 0) end-annotation: not an annotation: 0 > (write-file (list 'a 'b)) a b ))