HTML изображение не найдено - PullRequest
0 голосов
/ 10 октября 2019

У меня есть код ниже:

<body>
<div class="team-section">
    <h1>Our Team</h1>
    <span class="border"></span>
    <div class="ps">
        <a href = "#"></a><img src = "p1.jpg" alt=""></a>
    </div>

<div class="section" id="p1">
    <span class="name">name</span>
    <span class="border"></span>
    <p>
        Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.     </p>
</div>

</div>
</body>

Может кто-нибудь объяснить мне, почему у меня есть ошибка: Не найдено: /about/p1.jpg. Я пытаюсь поставить p1.jpg во многих местах и ​​финал был таким же. дерево файлов

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...