Things You'll Need:
- Basic knowledge of Microsoft Windows applications
- Some knowledge of text editing programs
- Some HTML knowledge would be helpful
-
Step 1
HTML codeAfter opening Notepad enter the following for starting your HTML page (See graphic).
-
Step 2
HTML codeAfter adding the code to setup our Web page, we will not add an ordered list tag pair (See graphic). The ordered list tag pair is entered into the BODY area of the document.
-
Step 3
HTML codeNow, enter the first line item (LI) tag pair with content (See graphic).
-
Step 4
HTML codeAdd two more line item pairs with content (See graphic).
-
Step 5
Sample saved documentNow, save your document as an HTML file by selecting File, File Save As, and enter "myfile.htm" (with the quotes) in the File Name text box and then select the Save button. The window titles of the file should reflect the file name you used to save the document (See graphic).
-
Step 6
Web browser previewPreview your Web page by opening it in your Web browser. Double-click on the page to open it.
-
Step 7
HTML CodeNow, let's change OL to UL to create an unordered list. You should still have your document opened in Notepad. Make this change to your document and Save it (see graphic).
-
Step 8
Web browser preview of UL and list optionsRefresh or Reload your Web page to view the change (See graphic). List options are also included in the attached graphic. These options not only include the change of bullet shape, ordered character types, but also by using 'start', ordered lists can be renumbered from any line.

















Comments
dcole said
on 3/19/2009 This is very well thought out and clear. I used to make all my web pages in notepad because I like coding my own html. I think i'll try this to remind myself how to do it. Thank you! 5*
MyJB said
on 3/7/2009 Informative article. I put it in my favorites. 5*