Linking Word Document In Web Page

Link a Word Document in your webpage

In this tutorial we guide you how you can link your word document to your web page so that the any your user can be download the file. Below we discuses step by step process:
Open your Web page source code in simple Text editor for example in note pad.

Insert a paragraph <p> tag in the body section of your html code.
Now insert the following code;


<a href="learninghints.doc" target='_blank' title="Open a Word document"> Open a Word document</a> 


Remember save the learninghints.doc file at you web host.
When you open this file in browse then a link is display "Open a word Document". Click the link to make sure the link works.
File open dialog box open click Ok Your Word document is opened.