Hi there! Could someone help me for Build a Tribute Page challenge

Tell us what’s happening:
How to get or where do I get link my ‘Build a Tribute Page’ challenge
I put my local link where situated my folder is but system did not applied!
I have issue with me image as well, it does not display on screen. Thank you everybody!

Your code so far

Your browser information:

<!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="style.css"/>
    <title>Uchkunboy Ashirov</title>
</head>
<body>
    <main id="main">
        <header class="title">
            <h1>Uchkun Ashirov's Life</h1>
            <h3>Coding with Uchkun Ashirov</h3>
        </header>
        <figure id="img-div">
            <img id="image" src="css/style" alt="His village">
            <figcaption id="img-caption">Lorem ipsum, dolor sit amet consectetur adipisicing elit. Nemo, adipisci.</figcaption>
        </figure>
        <section id="tribute-info">
            <h3>Short list of Uchkun Ashirov's life</h3>
            <ul>
                <li>1987 Lorem ipsum dolor sit amet consectetur adipisicing elit. Vel, libero!</li>
                <li>1990 Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequatur excepturi temporibus sed deleniti corrupti libero.</li>
                <li>1992 Lorem ipsum dolor sit amet.</li>
                <li>1994 Lorem ipsum, dolor sit amet consectetur adipisicing elit. Illum harum consequuntur soluta praesentium veritatis vero iusto aut</li>
                <li>1998 Lorem ipsum dolor sit amet consectetur, adipisicing elit.</li>
                <li>2000 Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellendus, quia. Pariatur, iusto non.</li>
                <li>2001 Lorem ipsum dolor sit amet consectetur adipisicing elit. Vero?</li>
                <li>2003 Lorem ipsum dolor sit, amet consectetur adipisicing elit.</li>
            </ul>
            <blockquote cite="https://www.bbc.co.uk/news/uk-scotland-54379026">"Lorem ipsum dolor sit amet consectetur adipisicing elit. Magnam similique nulla, nostrum sint ducimus neque."</blockquote>
            <h3>His eraly life <a id="tribute-link" href="https://en.wikipedia.org/wiki/Samarkand" target="_blank">Samarkand</a></h3>
        </section>
    </main>
</body>
</html>

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

Challenge: Build a Tribute Page

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

Hi @Uchkun, if you’ve build your tribute page locally you’ll have to host it somewhere live. Somewhere like codepen, repl.it, codesandbox, etc. When you do, the URL there is the link you submit to either;

  1. ask for others to look at your project and give you feedback
  2. submit the completed project with all tests passing to FCC
  3. or both

From the code you’ve got so far the image is not displaying because the src attribute is not pointing to an image. You can review the lesson about adding images to your website.

If you need further help please add on to this thread and post a link to your page so we can help you better.