I am created a homework tutorial webpage where i have to make an image clickable and what I meant is that when the image is click, it should open up a pdf file and that is where iI am having the problems

this is what i have tried on numerous occasion and it is not working. < href="https://www.studentorientation.com and many other like it but none seem to be working.

would like to know what is the correct code to get it to work. any help would be much appreciated.

thanks in advance

I'm going to disagree here. What happens when there's a PDF is determined by the user's web browser, addons and more. There is no assurance what will happen when the PDF is sent. That is, you link to your PDF file as you would any other file. What happens depends on the user's setup, not your responsibility. Example HTML:

<a href="http://www.website.com/documents/filename.pdf">Descriptive Here</a>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.