検索

ホームページ  >  に質問  >  本文

あなたと同じように notepad++ を使って編集できますか? notepad++ で編集するとコンテナの色が黒くなり、他の変数のように色が変わらないのはなぜですか?

<!DOCTYPE html>

<html>

<本文>

<head>

<title>汽车在線税</title>

<meta charset=utf-8 />

<style type="text/css">

.container{

max-width:960px;

margin:0 auto

</style>

</head>

<div class="container">

<div class=" header"></div>

<div class="main"></div>

<div class="footer"></div> ;

</body>

</div>

</html>


2053日前1624

全員に返信(2)返信します

  • 天蓬老师

    天蓬老师2019-04-13 11:36:42

    <style type="text/css">
      .container{
      max-width:960px;
      margin:0 auto
      
      </style>

    コードを見ると、.containerの背景色を設定していませんし、クラススタイルも閉じていません

    返事
    0
  • キャンセル返事