ICT
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
<a href>
|
|
<img>
|
|
<body bgcolor>
|
|
<table>
|
|
<body background>
|
Detailed explanation-1: -The <a> tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the <a> element is the href attribute, which indicates the link’s destination.
Detailed explanation-2: -An anchor tag (<a>) in HTML is an element that creates a link to webpages, email addresses, documents, images, and more.
Detailed explanation-3: -We use the link tag to link to external resources like stylesheets, favicon, fonts, and so on. We have already learned that the primary purpose of the anchor (<a>) tag is to link one HTML page to another. Moreover, it is a hyperlink that you can click on to get to the target document.
Detailed explanation-4: -the () tag is used to create anchors for links to another page in the same web site, to a web page in an external web site, within the same web page, and for e-mail. the () attribute of the <a> tag indicates a forward relationship from the current document to the linked document.
Detailed explanation-5: -If you want to link to an anchor on an external page, you can enter the full URL, then the # hashtag symbol, followed by the name of the anchor.