Exercise: Links


In this exercise you will have to fill in the blanks where there is a question mark.

<!DOCTYPE html>
<html>
<head>
<title>Images</title>
</head>
<body>

1.<a ..?..="www.lillyrobot.com">This is Lilly Robot Website Link</a>

2.<a href="..?..:email@www.lillyrobot.com">This is the Email Link</a>

3.<a href="introduction..?..">
<img ..?..="tags.jpg" alt="HTML"/>
</a>

4. This target attribute opens document in a new window or tab
target="..?.."

</body>
</html>









Website Displays

  1. This is Lilly Robot Website Link

  2. This is the Email Link


  3. HTML

  4. This target attribute opens document in a new window or tab target="_blank"