Files
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

673 B

title
title
Link to External Pages with Anchor Elements

Link to External Pages with Anchor Elements


Problem Explanation

In this challenge you should use everything you have learned so far. The HTML elements syntax:

  • Opening tag
  • Content
  • Closing tag

And the tag attributes syntax:

  • <tag
  • key="value"
  • > ( /> in case of self-closing tags )

You are asked to give to an a tag the attribute (key) href with the value of "http://freecatphotoapp.com" and to use the text "cat photos" as content of the same a tag