Creating a Digital Resume Computing Resources >> Tutorials >> Web Development >> Creating a Digital Resume |
| Introduction & Objectives Link to the School of Information Career Center |
HTML Resume for the WebAn HTML resume offers several advantages: There are three ways you can create an HTML resume: Many serious Web page programmers (professional and otherwise) use a combination of the two methods. HTML coding does offer some advantages. It is cheap; all you need is a text editor like Notepad or SimpleText. It offers ultimate control, which can result in smaller, more flexible pages. On the other hand, using a Web page editor such as Dreamweaver can be faster for some tasks, and it doesn't require an extensive knowledge of HTML. However, many editors create overly large HTML code that will make your page take longer to download, and the code may not work with all browsers. A combination approach is the most flexible. HTML knowledge can make you more productive in any editor, plus troubleshooting pages (why doesn't it look the way I want it to?) becomes much easier. Also, it will allow you to implement features in your pages that your favorite editor may not support. Saving your MS Word resume as HTML: MS Word hyperlink PDF hyperlink Text-only hyperlink Use this same method to create hyperlinks from your resume to the Web sites of former employers, universities or other Web pages you have created. 3) When you are finished creating hyperlinks, from the File menu, select
"Save As Web Page." Enter: 4) Double check your HTML resume by double-clicking on the new yourlastname.htm icon. 5) If you are satisfied with the appearance, upload yourlastname.htm to your public_html folder. Check your work - here's what your final resume should look like. |
Watch the video |