Tribute Page - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.

It keeps saying your #img-info, #img-caption e.t.c should be in your #main element… I’m confused please

Your code so far

/* file: index.Ext.html */

<! DOCTYPE html>
<html link rel="stylesheet" href="styles.css">
<html lang="en">
<main id="main">
<head>Dr. Norman Borlaug Tribute
<style> </style>
</head>
<title>Dr. Norman Borlaug Tribute</title>
<div id="img-div" id="tribute-info">Dr. Norman Borlaug Tribute Information 
<img div="image" id="image-caption" alt="tribute-info">
<img src="tribute-link"><a href="https://www.dr.normanborlaugtribute-page.org" target="_blank"></a>
#image {
max-width: 600px;
height: 1px;
}
</main>
</div>
</html>

/* file: styles.Ext.css */

Your mobile information:

Infinix X6528 - Android 13 - Android SDK 33

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Hi. You should put these elements before the main element as they don’t render on the page.

The story 2 states the heading should be in an element with an id called title.

Re the style element, you need to link to the CSS style sheet rather than insert a style element.

There is no div attribute, remove that from your image element.

HTML Starter Template – A Basic HTML5 Boilerplate for index.html