Home » HTML » Html miscellaneous » Question
  1. Which one of the following is used to identify an anchor link?
    1. #?
    2. #
    3. &
    4. #!
    5. None of these
Correct Option: B

Lone Hash (#) is used to identify anchor link i.e. jump links. These are the links that let one jump to the piece of content on a page. Anything after this lone hash portion of URL is never sent to the server and automatically scroll to the first element and to the id which it matches.



Your comments will be displayed only after manual approval.