CBSE Class 10 Computer Applications
Question 81 of 125
HTML II — Images, Links and Tables — Question 22
Back to all questions 22
Question Question 7
Consider the HTML code :
<A HREF = #intro> Introduction </A>
In the above code,
(i) What is the purpose of # ?
(ii) What will happen when the user clicks "Introduction" ?
(i) # is used to place the anchor at a given section in a document.
(ii) When "Introduction" is clicked, the user is taken to the section of the document named "intro".