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 ?

  1. The remote attribute
  2. A link title
  3. The Web address of the remote site
  4. An extra <a> tag
Answer

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.