Computer Science, asked by sahakaushik28, 7 months ago

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 DeepakUgalePatil
1

Answer:

A

this is correct answer

Answered by durgeshbishi2
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