Responsive Web Design Projects - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.
I am having problem building my tribute page project please help me out

  **Your code so far**
/* file: index.html */
<html link rel="stylesheet" href="styles.css"></html>
<main id="main">
<title> </title>
<div id="img-div">
  <img id="img caption"
   </div>
   <a hrefid="tribute-link" target="blank"></a>
</main>

/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Responsive Web Design Projects - Build a Tribute Page

Link to the challenge:

Hi, welcome to the forum!

Cam you explain your problem in more detail? What areas are you struggling with in particular?

However, I can see a lot of code syntax mistakes here. Such as missing closing braces and mistyping inside html elements. Very important elements such as the <head> and <body> elements are missing, and inside the <html> element is not where the style sheet links go.

I think it may be good to review the first steps of previous lessons on the new responsive design course.

These show you how to correctly code a html file from the very beginning.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.