BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:Chapter 2: Basic HTML
X-WR-CALDESC: In this chapter, I shall show you how to turn a piece of ordinary text into a web page. We will be using Act I, Scene I of Shakespeare's "Macbeth" as our example. Here is what we begin with...  Macbeth ===    ACT I  SCENE I.     A deserted place.     Thunder and lightning. Enter three Witches. First Witch: When shall we three meet again              In thunder, lightning, or in rain? Second Witch: When the hurlyburly&#8217;s done,               When the battle&#8217;s lost and won. Third Witch: That will be ere the set of sun&#8230;  The Basic Structure of a Web Page  Now, remember: HTML is for describing the structure of the document - not how you want it to look. We&#8217;ll start by adding in a few basic HTML &#8220;tags&#8221; that should be used in every HTML page:  &lt;!DOCTYPE HTML PUBLIC &#8221;-//W3C//DTD HTML 4.01 Transitional//EN&#8221;&gt; &lt;html&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; Macbeth =======  ACT I  SCENE I.     A deserted place.    &#8230;
END:VCALENDAR
