Which is the correct syntax of <a> tag?

42. Which is the correct syntax of <a> tag?

  1. <a src="url">link text</a>
  2. <a link="url">link text</a>
  3. <a href="url">link text</a>
  4. <a srclink="url">link text</a>

Answer: C) <a href="url">link text</a>

Explanation:

The correct syntax to create a hyperlink is,

<abbr title="abbreviation or acronym">Text</abbr>

Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.