KnowledgeBoat Logo

Computer Applications

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" ?

HTML Advanced Features

CBSE

3 Likes

Answer

(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".

Answered By

1 Like


Related Questions