Build tribute page errors

Tell us what’s happening:

<h1 id="title">
  Dr. Ehtsham Kiyani
</h1>
<body id="main">
  <div id="img-div">
    <image id="image">
      <h4 id="img-caption"> Sleeping-Docotr </h4> 
   <img src='//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/freecodecamp/original/3X/6/1/61a3499c5abb165be990aa0c1abd23342e60c663.jpg' alt="Cat Sleeping" class="center">
    </image>
  </div>
  
  <p id="tribute-info">
     My name is Ahtsham Kiyani. I am a speciallist at Hadi jorr. I have finished my studies at Ph.D and now I am practicing my job. 
     </p>
  <a href="http://freecatphotoapp.com" target="_blank"> Doctor-Photos </a>
  
  
</body>

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36.

Link to the challenge:


Errors
7. I should see an element with a corresponding id=“tribute-link”, which links to an outside site that contains additional information about the subject of the tribute page. HINT: You must give your element an attribute of target
  1. The element should responsively resize, relative to the width of its parent element, without exceeding its original size
  2. The element should be centered within its parent element.
    what should i do ??

do you have a link to your codepen that you can share?

yeah here it is

You need to add id=“tribute-link” to your tag.