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.
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.
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.
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 < a > element is the visible part of the link shown in the browser. &cc can be included to set the Cc recipients.
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: