Let's jump right into web page making. Make a home page in HTML. Include innoccuous biographical information like where you're from, where you are, what you do, where you work, hobbies/sports, family, UMUC classes taken, what you'll do with your excellent UMUC education etc. Incorporate: title, three levels of headings, the three types of lists, paragraphs, some text that is bolded and is italicized, a table with at least three rows and three columns, an image or a favorite picture (except no Paris or Britney etc), a link to a web page on the Internet, a link to another document in the same web server as your home page, The document must be correct HTML with html, head, body tags. Follow the examples in the intro.html handout. Use straight HTML edited in a text editor like Notepad, not a WYSIWYG editor like FrontPage and not a word processor like Word. The point of this exercise and the course is to become familiar with HTML. (We'll use a good HTML editor soon.) Make sure the page renders properly in at least two browsers. getfirefox.com to download Firefox if you have only IE. Part 2. Name the file yourlastname.html all lowercase. Upload it with FTP to our cmst385 account on 192.168.23.TBD (a computer accessible only from the UMUC Foster wireless network). It must be put into the 'public_html' folder. Upload any image files your page is accessing too. With a browser, point to: 192.168.23.xxx/~cmst385/yourlastname.html Test that it works.