Tell us what’s happening:
Describe your issue in detail here.
Hi team, my code seems to be correct but the last task is still not completed
Your code so far
<!-- file: index.html -->
<!DOCTYPE html> <html lang="en">
<link rel="stylesheet" href="styles.css">
<main id="main">
<title id="title">Samuel Eto'o</title>
<div id="img-div">
<img id="image"> <figcaption id="img-caption" src="https://www.google.com/search?q=samuel+eto+fc+barcelona&sca_esv=559481520&sxsrf=AB5stBgRb02HBE1VKKrEwafqy-g7Ye5msg%3A1692823754967&source=hp&ei=ynDmZOnIOKPZ7_UPtYaO6A4&iflsig=AD69kcEAAAAAZOZ-2nv9k6i_y_fek49o1SXgoVFXmLOh&oq=Samuel+eto%27o+fc+&gs_lp=Egdnd3Mtd2l6IhBTYW11ZWwgZXRvJ28gZmMgKgIIATIFEC4YgAQyBhAAGBYYHjIGEAAYFhgeSJJ0UABYyl1wAHgAkAEBmAHxBqAB2hOqAQg1LjEwLjYtMbgBAcgBAPgBAcICBxAjGIoFGCfCAgwQIxiKBRgTGIAEGCfCAgsQLhiABBjHARivAcICCxAuGIAEGMcBGNEDwgIFEAAYgATCAggQLhiABBjLAcICCBAAGIAEGMsB&sclient=gws-wiz#imgrc=zHE56POCzh_JBM&imgdii=HDC4IKTIVExVlM">Samuel Eto'o</figcaption> </div>
<section id="tribute-info">
<h1>About Him</h1>
<p>Born 10 March 1981, Samuel Eto'o is a Cameroonian football administrator and former player who is the current president of the Cameroonian Football Federation from 11 December 2021.In his prime, Eto'o was regarded by pundits as one of the best strikers in the world, and he is regarded as one of the greatest African players of all time,winning the African Player of the Year a record four times:in 2003, 2004, 2005, and 2010.</p>
</section>
<section>
<h2>Club career</h2>
<p>Real Madrid</span></p>
<p>Eto'o joined Real Madrid's youth academy in 1997, but he could only train with Real Madrid B, as he was still a minor.Real Madrid B were relegated to the third tier, Segunda División B, where non-EU players are not allowed, and as a result, he was loaned to second division Leganés for the 1997–98 season.Then returned to Real Madrid</p>
<p>FC Barcelona</p>
<p>Eto'o made his Barcelona debut in the season opener at Racing de Santander on 29 August 2004. Eto'o edged out Valencia striker David Villa for the award during the final matchday on 20 May 2006 when he scored his 26th goal of the season against Athletic Bilbao to win Pichichi trophy, which is given to the top scorer in La Liga.He also won the 2005–06 Champions League title after scoring the equalizer in final against Arsenal.Eto'o scored the opening goal in the 2009 UEFA Champions League Final against Manchester United. Barcelona went on to win the final 2–0 thus completing the Treble.
</p>
<p>Inter Milan</p>
<p>In the season 2009-2010, Eto'o won an historical trebel with Inter Milan for winning the Italian cup, the Italian Leauge and the Champion's League.He also played for Chealsea and Everton and more clubs.</p>
</section>
<section>
<h3>International career</h3>
<p>With his country Cameroon,Eto'o won the 2000 and 2002 Africa Cup of Nations, and was a gold medalist at the 2000 Summer Olympics.</p>
</section>
<a id="tribute-link" target="_blank" href="https://en.wikipedia.org/wiki/Samuel_Eto%27o#References" ></a>
</main>
</html>
/* file: styles.css */
img{
display:block;
text-align:center;
}
#image {
max-width:100%;
height:auto;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 Edg/115.0.1901.203
Challenge: Tribute Page - Build a Tribute Page
Link to the challenge:
https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-tribute-page-project/build-a-tribute-page`Preformatted text`