Tell us what’s happening:
Describe your issue in detail here.
Umm, I don’t really know what the problem is here, I’m required to create a main element with an id of main which is what I did but the code is not passing and the text I added inside the h1 element is not showing on the preview page. Can someone please tell me what I’m doing wrong ??
Your code so far
/* file: index.Ext.html */
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="styles.css"/>
<title>Tribute Page<title/>
</head>
<body>
<main id="main">
<h1>Dr. Norman Bourlaug</h1>
</main>
</body>
</html>
/* file: styles.Ext.css */
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="styles.css"/>
<title>Tribute Page<title/>
</head>
<body>
<main id="main">
<h1>Dr. Norman Bourlaug</h1>
</main>
</body>
</html>
Challenge: Build a Tribute Page Project - Build a Tribute Page
Link to the challenge: