top of page

9.3.20

LAB - HELLO WORLD/HELLO ME

Assignment:

Part 1: Hello World

Create a basic one page html document (saved as hello-world.html) that displays the text "Hello, World.  Who are you?" Use an FTP client to upload your html page to your "web" sub-directory (web folder inside the public_html directory) on the creative server.

​

Part 2: Hello Me
Create a new html document FROM HOME saved as hello-me.html that displays a response to your hello world page's question of "Who are you?" by writing a paragraph that briefly introduces who you are. Include an absolute link to your favorite web page and add a relative link to your hello-world.html page you made in class. Test locally and use an FTP client to upload the new page your web directory on the creative server. Test the page live. Ex. http://creative.colorado.edu/~youridentikey/web/hello-me.html

Download your hello-world.html page you made in class from the server, edit the page locally by adding a relative link to your hello-me.html page. Upload the page back to the creative server and test that the two pages link back and forth to each other.

bottom of page