Multiple choice

Which is the correct HTML syntax for creating link to other pages?

  1. <'a href=url> Text to be displayed>

  2. <'a href=url Text to be displayed<'a>

  3. <'a href=url> Text to be displayed<'/a>

  4. <'a href=url> Text to be displayed<'a>

  5. <'a href=url, Text to be displayed>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This is the correct syntax for creating link to other pages.