Write HTML code that links to text files

Step 1: In this step we will just write HTML code that links to text files, and not worry about Perl at all.

Create an HTML file that shows

hello world

Click here to look at my file

How To Instructions:

Please read this hello world for HTML: http://www.w3schools.com/html/html_intro.asp

Add learning about links in HTML: http://www.w3schools.com/html/html_links.asp (and your file is a local link according to this tutorial)

Some facts you need to know:

1) Our panther server only allowsyour files in public_html to be accessed on the internet. Create the public_html folder using goweb.

2) How to construct your website URL by knowing your account number

How to :