LogoLearning For Everyone
Take Quiz
Contact Us
Related Topics
Related Topics
Selected Topic: All
1. Attribute needed to link one web page to another webpage is______________
Choose the correct option:
  • a) href

  • b) fref

  • c) icon

  • d) accept

If the index is in the same page, it loads a new webpage in place of existing webpage. In case if it is to be loaded in different page, URL of the new webpage should also be placed along with href attribute. Without Href <a> would not make any link.

2. Which attribute describes about the link the user would use?
Choose the correct option:
  • a) fref

  • b) async

  • c) title

  • d) autofocus

Title attribute shows a description of what or where the link will take you to. The tile will be displayed in a tooltip when the user hover over the link. Title attribute will also show the title for a page in web results and provides a title when its added to favorites.

3. Is white space considered and rendered as a link?
Choose the correct option:
  • a) Yes

  • b) No

White spaces will be underlined as they are rendered as a link. It is better if they are not at the beginning or end of the link. Whitespaces are best to use outside the tags. White spaces can highlight call to actions.

4. What is the correct syntax to link to an email?
Choose the correct option:
  • a) <a href=mailto:name@example.com> name@example.com </a>

  • b) < a href=”mailto:name@example.com”> </a>

  • c) < a href= “name@example.com” > name@example.com </a>

  • d) <a href=”mailto:name@example.com” > name@example.com < /a >

The value of the href attribute starts with the keyword mailto, followed by a colon, and then the e – mail address you want the mail sent to. As with any other link, the content of the &lt; a &gt; element is the visible part of the link shown in the browser. &amp;cc can be included to set the Cc recipients.

5. A folder on a website can be termed as ___________
Choose the correct option:
  • a) domain

  • b) server

  • c) directory

  • d) database

Directory is the path or location a data of website is stored and can be accessed from. A web site contains several directories, and each directory contains different parts of a web site. Organizing files in respected directories make accessibility easier.

Items per page: