Heim  >  Fragen und Antworten  >  Hauptteil

Calss wird aufgerufen und die Farbe eingestellt, aber die Website wird nicht angezeigt. Sir, was ist los?

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>Gemeinsame Selektoren in CSS</title>

< ;style type="text/css">

/*Elementauswahl*/

/**{Farbe Rot;}*/

p{text-align: center;}


/* Kategorieauswahl* /

.c1{Farbe: rot; }


/*ID-Selektor*/

/*#one{Farbe: blau;Schriftgröße: 60px;}*/


/*Priorität id>color>mark*/

</style>

</head>

<body class="box">

<p>php</p>

<span calss ="c1">Hallo! 123</span>

<p>Ich bin 321</p>

</body>

</html>


yz666yz6661954 Tage vor1714

Antworte allen(6)Ich werde antworten

  • ringa_lee

    ringa_lee2019-07-05 23:37:37

    你写错了,calss。。。

    是class

    Antwort
    1
  • yz666

    已经发现了。谢谢大佬回答。

    yz666 · 2019-07-05 23:38:34
    ringa_lee

    恩恩

    ringa_lee · 2019-07-05 23:38:53
  • StornierenAntwort