How do I link to a location in the middle of an HTML document?
0
We can link to a location in the middle of an HTML document. Using Following steps:
- Label the destination of the link : There are two ways of labeling destination using Anchor:
NAME attribute:
Destination: Explanation
ID attribute:
Destination: Explanation
- Link to the labeled destination : We can link with the destination in the same URL page and with Different URL page.
Same URL: Visit to destination orDifferent URL: go to Section 2 of my thesis
Sign in to add a comment
0 Answers
0
📝 No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.