11. What is the correct HTML code for inserting a named anchor?
a) <A href="pg.html"> b) <A name="abc"> c) <href="pg.html"> d) <Name="abc">
Answers
Answered by
1
Answer:
A
this is correct answer
Answered by
0
Answer: <A name="abc">
Explanation: The name attribute is used to create a named anchor. When using named anchors, you can create links to a specific section on the page, rather than letting your viewers scroll around to find what they're looking for. Named anchors are called bookmarks in Expression Web.
Not supported in HTML5. Use the global ID attribute instead. Specifies the name of the anchor
Example of a named anchor tag: <a name="abc">text to be displayed as a link</a>
#SPJ3
Similar questions
CBSE BOARD X,
3 months ago
Economy,
3 months ago
English,
3 months ago
English,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago