Click here to Skip to main content
15,889,931 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello
i am a student of 10 grade
i want to ask that once when we have created an external link then for writing about it do we have to write anew source code???
if NO than how can we write about that link we have created???
thank you
regards
shweta
Posted
Comments
Dhanamanikandan 14-Oct-12 6:52am    
What do you mean external link here?
OriginalGriff 14-Oct-12 7:04am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
AshishChaudha 15-Oct-12 2:33am    
Didn't Understand your question...Please elaborate your question by using Improve question

1 solution

I will paste few ex here on my understanding

External link:
http://www.codeproject.com


If you wanna add this link on your html page add the below coe on ur tag
HTML
<body>
<a href=http://www.codeproject.com> Click here</a>
</body>
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900