Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 896 Bytes

File metadata and controls

17 lines (12 loc) · 896 Bytes

HTML Attributes

Luke has sent a map to iCafe. Using HTML attributes, we can turn this into a link that we can click on. Won has responded with a funny gif. Wouldn't it be nice if we showed it as an image in the message?

Complete the following steps in the index.html file:

  1. In Luke's message, use the <a> tag with the href attribute to turn the word "iCafe" into a link that can be clicked.
  2. In Won's message, use the <img> tag with the src attribute to show the funny gif in the message.
  3. When you are finished, use git to add, commit and push your changes.
git add .
git commit -m "Completed 2-html-attributes exercise"
git push

If you are having trouble, review the following information about HTML Attributes, Links and Images.