Tribute Page - Build a Tribute Page

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

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" >
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="styles.css">
    <head>
    <title id="title">Tribute page</title> 
    <h1 id="title">Sidhu Moose Wala</h1>
       </head>
    <main id="main">
    <body>
      <div id="img-div">
        <img src="<U+202A>C:/Users/Owner/Desktop/sidhu.jpg id="image/>
        <div id="img-caption">My Photo</div>
        <div id="tribute-info">My tribute to my guide</div>
        <a href="https://en.wikipedia.org/wiki/Sidhu_Moose_Wala"id="tribute-link"></a>
      </div>
      
    </body>
    </main>
</html>

/* 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/113.0.0.0 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

Validate your HTML

https://validator.w3.org/nu/#textarea

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