Whats Wrong with my tribute page? Please help!

<body id= "main" > 
<h1 id="title"> Dr. Ben Carson </h1>
   <div id ="img-div">
                                
  <img id="image"  src="https://achievement.org/achiever/benjamin-s-carson/#gallery" width ="650px" height="400px">  
    <figcaption id="img-caption"> Dr Ben Carson taking  honorary award</figcaption>
   
  </div>
  <div>
    <p id="tribute-info"> 
    Ben Carson, in full Benjamin Solomon Carson, Sr., (born September 18, 1951, Detroit, Michigan, U.S.), American politician and neurosurgeon who performed the first successful separation of conjoined twins who were attached at the back of the head (occipital craniopagus twins). The operation, which took place in 1987, lasted some 22 hours and involved a 70-member surgical team. Carson also refined a technique known as hemispherectomy, in which one-half of the brain is removed to prevent seizures in persons with severe epilepsy. He later became active in politics and served as U.S. secretary of housing and urban development (HUD; 2017– ) in the administration of Pres. Donald Trump.
 </p>   </div>
                        <p2> The lists of books he wrote includes </p2>                  
   <div id= "authored books" > 
      <ol> 
   <li> <strong> 1990 </strong> Gifted Hands </li>
 <li> <strong> 1992</strong> Think Big </li>
          <li> <strong> 2007</strong> Take the Risk </li>
          <li> <strong> 2015</strong> You Have a Brain </li>
          <li> <strong> 2011 </strong> America The Beautiful </li>
        </ol>
 </div> 
        <a href= "https://achievement.org/achiever/benjamin-s-carson/" id="tribute-link" target="_blank"> You can find more information about his achivements on this link </a>

You clearly need a lot of help formatting a forum post here.
But the reason your image isn’t showing up is you need an <img> tag, not just a caption one.
<img src="bencarson.jpg"></img>

1 Like

Welcome, Mekll.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).


For future posts about these projects, it is a lot more helpful, if you link to your CodePen or similar.

Cheers

1 Like

if you are coding in codepen, why don’t you share your pen link? it’s easier to see what’s going on and give you suggestions in that way