answersLogoWhite

0

The first step is to turn your current resume into an HTML document. Most modern word-processing software will let you do this using the "Save as..." dialog. You can also run an internet search for online conversion tools to turn the current format into HTML.

If you do this, you want to open it up in your favorite browser, just to be sure things haven't been jostled too much.

Alternately, you can copy and past your resume into a WYSIWYG HTML editor. This let's you type directly into the editor, and the editor is made to generate the proper HTML code.

Now that you have a file with your resume in it in HTML format, you're going to use the "Attach a File" feature in your email. I most email software, the function is marked with an icon that resembles a paper clip. Click on it, and navigate to the location you saved you resume HTML file. Select that file and press the appropriate button to attach it.

There you have it! With the file attached, just send the mail same way you always do.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you upload a resume to another customer?

Put it on a word document and attach it to an email.


How do you send resume in doc format?

Save it as a Microsoft Word document and attach it to an email or upload it to the website as the case may be.


What are the elements of an HTML document?

The elements of an HTML document are:HEADTITLEBODY


Should a reference sheet be attach to a resume?

NO


How do you open HTML document?

click on html link


Is an electronic resume a plain-looking document?

An electronic resume is not necessarily a plain-looking document. The resume should include your work history, references and other pertinent.


Where can one download a blank HTML document for free?

You can download a blank HTML document for free online from the W3Schools website. Once on the page, click on "HTML" in the left navigation menu and then copy and paste the code from the box into a text document and name it with the .html file extension to save the blank HTML document.


What does mean HTML documents?

HTML stands for Hyper Text Markup Language. An HTML document contains HTML code that shows a Web browser how to display the document content.


What is document tag in HTML?

HTML does not have a DOCUMENT tag. The closest thing it has is DOCTYPE, which specifies which specification of HTML (there are several versions) is being used for that page.


What should be the last command in any HTML document?

The last command in any HTML document is a closing HTML tag. Just before it is the closing BODY tag. </BODY> <HTML>


Differentiate HTML tag from an HTML documents?

HTML tags are used to delimit HTML elements inside an HTML document.


Written remarks in your HTML or CSS document which will not be displayed in the browser?

Comments are not displayed by the browser, but they can help document your HTML source code.