HTMLのheaderタグの追加ができません
uribo1506
FREEOP

6 months ago

<!doctype html>
<html lang="ja">
  <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="./assets/css/station3.css" type="text/css">
    <title>Station 3</title>
  </head>
  <body>    
    <header>
      <h1>Station4の完成図</h1>  
    </header>
    <header>
        <h1>header</h1>
    </header>
    <div class="card">
      <img src="./assets/image/railway-thumbnail.png" class="card__img-top" />
      <p class="card__title">TechTrainの使い方<br>TechBowl</p>
      <p class="card__description">Suguru Ohki</p>
      <p class="card__description">6,722回視聴・2021/04/22</p>
    </div>
    <footer>
        <h1>footer</h1>
    </footer>
  </body>
</html>

コードはこれで
<header>

<h1>header</h1>

</header>
を追加したのですがクリア判定されません
どうすれば良いですか?

Closed

2 Replies

Railway
BOT

6 months ago


jake
EMPLOYEE

6 months ago

Hello,

Apologies but we can only do support in English. Please re-submit this ticket using the English language.

Additionally, this looks like an application level issue. You'll have to look into this yourself as we don't provide app help.

Best,

The Railway Team


Status changed to Awaiting User Response Railway 6 months ago


Status changed to Closed brody 6 months ago


Loading...