Congratulations on getting through the first tutorial, so far everything that you've learnt has been simple, This tutorial will teach you how to create a basic XHTML page and the general use of some XHTML code.
Firstly you need to find that html page you created in the first page or if you are already familiar with filetypes then create an empty html file.
When you have found the html file you created, Right Click the file and select
Open With, In the list that appears look for
Notepad and if there then select this, else you must select the
Choose deafult program, this will then open another menu where you till have to look for
Notepad.
You should now have a blank Notepad page that allows you to type within it, if so you are ready to get coding.
The very first part of any XHTML page is the DTD, this tells the browser the syntax of the document and how it should be read, We will be using transitional as that is the best doctype to begin coding with. To begin your file copy the following onto the first line.
...