Open "index.txt" that you have created on lesson 1.
Add title of your page between<title> and
</title>. This will appear on title bar of
your browser.
Then write introduction message & content between<body>
and </body>,this will show on browser screen.
< html > < head > < title >.
My First Page</title > < /head >
< body bgcolor=white>
Hello! Welcome to my First page. This page is bla, bla, bla...
< /body > < /html >