220 likes | 431 Views
Creating an Online Resume using HTML. Beverly D. Williams University of Phoenix Online May 19, 2004 EDTC 560 Instructor: Tommy Martin. Introduction. A brief demonstration of Hypertext Markup Language (HTML) coding to help students create their online resume. Students will learn how to:
E N D
Creating an Online Resume using HTML Beverly D. Williams University of Phoenix Online May 19, 2004 EDTC 560 Instructor: Tommy Martin Career Development Workshop
Introduction • A brief demonstration of Hypertext Markup Language (HTML) coding to help students create their online resume. • Students will learn how to: • Insert character tags to format resume headings. • Add special character tags such as the middle dot and soft hyphen symbols for spacing of address in resume. Career Development Workshop
Introduction Contd.. • Insert an inline image to their online resume (a photo of student). • Add hypertext links for references, samples of completed projects, and other comments in their online resume. • Training available to: • Eligible graduate students. • Alumni Students. Career Development Workshop
Agenda • Objective 7: • Insert character tags in online resume. • Objective 8: • Add special character tags in online resume. • Objective 10: • Insert an inline image in online resume (picture of student). • Objective 11: • Add hypertext links to online resume. Career Development Workshop
Agenda Contd.. Career Development Workshop
Overview • Students will gain a better understanding of how to create their online resume in HTML. • Students will have their online resume accessible to potential employers 24/7. • Students will have more time preparing for the actual interview. Career Development Workshop
Glossary of Terms Used • Anchor: Text that is specially marked so you can link to it from points in the document. • GIF: Graphics Interchange Format that is commonly used to display graphic images on a Web page. • Hypertext Links: Links that are created to provide organizational structure of a hypertext document. Also, indicate what points or concepts you think merit special attention or further reading. • Inline Image: A photographic image that appears directly on the Web page and is loaded when the page is loaded. • JPEG: Joint Photographic Experts Group is another that is used to display graphical images on a Web page. However, not all browsers support this format. It’s better to convert image to GIF. • Storyboarding: A technique used to map out exactly how you want your Web pages to relate. This also helps you to determine which structure works best for the type of information you’re presenting. Career Development Workshop
Objective 7: Insert character tags to online resume. Examples of Common Logical Character Tags Career Development Workshop
Objective 7 Contd.. Examples of Physical Character Tags Career Development Workshop
Objective 7 Contd… Exercises • Choose 1 character tag and write the HTML code to format your resume headings. Hint: <EM>Education</EM> • Choose 1 character tag and write the HTML code format your resume job titles. Hint: <I>Secretary</I> Career Development Workshop
Objective 8: • Add special character tags to online resume. Example <H4 ALIGN=CENTER>1223 Hawksbill Dr. · Freeport, BA 70542 · (242) 418-6186</H> Exercise • Choose 2 special character symbols and write the HTML code for adding them to your online resume. Symbols must be used appropriately. Career Development Workshop
Objective 10: • Insert an inline image to online resume. General syntax for an inline image • <IMAGE SRC=“filename”> Exercise • Insert an inline image for your online resume in GIF and JPEG. Hint: • <P ALIGN=CENTER> • <IMG SRC=“Beverly.gif” HEIGHT=100 WIDTH=85 VSPACE=20 HSPACE=15 ALT=“What a lovely picture”> Note: Substitute jpg. Career Development Workshop
Objective 11: • Add hypertext links to online resume. General syntax for linking a document. <A HREF=“filename”></A> Exercises • Create a link in your online resume to comments on your completed project. • Create link to the following: • University of Phoenix • BDMG Computer Training Career Development Workshop
Summary • Answer review questions Final Review Questions • State what has been learned • Better understanding of HTML terms. • How to insert character tags to online resume. • How to add special character tags to online resume. • How to insert an inline image to online resume using GIF and JPEG in HTML. • How to create hypertext links in online resume using HTML. Career Development Workshop
Summary Contd.. • Ways to apply training • Create and develop web pages • As a consultant • As a Webmaster • End of workshop assessments • Assessment of HTML concepts. • End of workshop assessment. Career Development Workshop
Where to Get More Information • Carey, P. (1999). Creating Pages with HTML. Tutorials 1 and 2. Carey Associates, Inc. • Instructional Plan Document • Prendiville, O. (2004). HTML Tutorial. AKA Marketing. Retrieved April 19, 2004 from http://www.akamarketing.com/html-tutorial.html Career Development Workshop