CBSE Class 10 Computer Applications
Question 34 of 125
HTML II — Images, Links and Tables — Question 25
Back to all questions 25
Question Question 25
What is required to create a reference to a remote site that is different from creating a local link ?
- The remote attribute
- A link title
- The Web address of the remote site
- An extra
<a>tag
The Web address of the remote site
Reason — When creating a reference to a remote site, the URL of the remote site needs to be specified as the value of the href attribute in the <a> tag.