Saved Bookmarks
| 1. |
Consider the HTML codeIntroduction. In the above code, (i) What is the purpose of#? (ii) What will be happen when the user clicks “Introduction”? |
|
Answer» (i) # is used to place the anchor in same document. (ii) When the user clicks on Introduction, the marked anchor intro will be displayed on screen. |
|