CMIT 265 Make a home page in HTML. Include innocuous biographical information like where you're from, where you are, what you do, where you work, hobbies/sports, family, classes, what you'll do with your great UMUC education you're getting 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 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 100% correct HTML with html, head, body tags. Follow the examples in the 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 is to become familiar with HTML. Optional: For an example of CSS styling, incorporate the simpleStyle.txt file into your document. Name the file yourlastname.html all lowercase. Upload it with FTP to our cmit265 account on the Linux server: 192.168.200.130 It must be put into the 'public_html' folder. Upload the image file(s) your page is accessing too. The CSS file also, if you use it. With a browser, point to: 192.168.200.130/~cmit265/yourlastname.html Test that it works. How to FTP (File Transfer Protocol, a TCP-using application protocol): in CMD: ftp IPADDRESS logon using username and password: cmit265 Password cd public_html put myfiletoupload quit