Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Tell us what’s happening:
i’m having difficulty turning my web pages into images can somebody help me how to do that

Your code so far

<!-- file: index.html -->
<!DOCTYPE HTML>
<html lang="en">
  <head>
    <link rel="stylesheet" href="styles.css">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My portfolio webpage</title>
  </head>
  <body>
    <!--START NAV!-->
    <nav id="navbar" class="nav">
      <ul id="nav-list">
        <li>
          <a href="#welcome-section">About</a>
        </li>
        <li>
          <a href="#work-section">Projects</a>
        </li>
        <li>
          <a href="#contact-section">Contact</a>
        </li>
      </ul>
    </nav>
    <!--END NAV!-->
    <!--START WELCOME SECTION!-->
<section id="welcome-section">
  <h1>Welcome I'm Lewis<h1>
  <p>A Web Developer</p>
</section>
    <!--END WELCOME Section!-->
<section id="projects" class="projects-section">
  <h2 class="projects-section-header"> these are some of my projects</h2>
<div class="project-grid">
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-survey-form-project/build-a-survey-form" target="blank" class="project project-title">
<img id="project-img" src="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-survey-form-project/build-a-survey-form">
</a>
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-tribute-page-project/build-a-tribute-page" target="blank" class="project project-title"></a>
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-technical-documentation-page-project/build-a-technical-documentation-page" target="blank" class="project project-title"></a>
<a href="https://www.freecodecamp.org/learn/2022/responsive-web-design/build-a-product-landing-page-project/build-a-product-landing-page" target="blank" class="project project-title"></a>
</div>
</section>
  </body>
</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/111.0.0.0 Safari/537.36

Challenge: Personal Portfolio Webpage - Build a Personal Portfolio Webpage

Link to the challenge:

Policy does not allow us to help you with your projects. We also can not give you answers anymore. My suggestion is go look up that part step you already did, or google it.

that’s not my question dude

i’m asking what HTML code you use to make something into an image
what’s the point of asking questions when people give me annoying answers like that

Ok let’s be polite please. Let’s start over one more time. We are not here to give you answers. If you want to work in a field like this then looking things up is required. The projects are for you to complete on your own after doing the steps. New policy is made this way to help us be able to learn like at the job. Giving the answers does not help others. The teacher in school does not give people the answers during their test right? So this is why we are replying in this way.