Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
<link rel="stylesheet" type="trxt/css" href="../css/style.css">
</head>
<body>
<main id="title">
<h1>A computer programmer and historian</h1>
</main>
<main id="main">
<main id="main-tribute-info">
<selection class="main-selection" id="selection-1">
<h2>Computer programming used to be a "Pink Ghetto"-so it was underpaid and undervelued.</h2>
<main id="img-caption">
<div id="img-div">
<a href="https://www.google.com" target="_blank">
<img id="image" src="https://assets.editorial.aetnd.com/uploads/2017/09/the-first-1940s-coders-were-women-so-how-did-tech-bros-take-overs-featured-photo.jpg?max-width=100&height=auto&2Csmart&quality=75&auto=webp" alt="description"/>
</a>
<figcaption id="img-caption">Kathy Kleiman</figcaption>
</div>
<a id="tribute-info">
<h3> When Kathy Kleiman, a computer programmer and historian, came across these pictures, it was clear to her that these young women knew what they were doing.</h3>
</a>
</section>
<section class="main-section"id="section_2">
<header>
<h3>1946</h3>
<p>The black and white photo showed smartly dressed women defty configuring wires on an enormous machine.</p>
</header>
</section>
<main id="tribute-link>"
<div id="tribute-link">
<a id="tribute-link" href="https://www.history.com/news/coding-used-to-be-a-womans-job-so-it-was-paid-less-and-undervalued"target="_blank">Read More</a>
</div>
</main>
</main>
</main>
</body>
</html>
/* file: styles.css */
imgen {
display: block;
max-width: 100%;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge Information:
Tribute Page - Build a Tribute Page