search

Home  >  Q&A  >  body text

Calss is called and the color is set, but the website does not display. Sir, what's going on?

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title>Common selectors in css</title>

<style type="text/css">

/*Element selector*/

/**{color: red;}*/

p{text-align: center;}


## /*Category selector*/

.c1{color: red; }


/*ID selector*/

/*#one{color: blue; font-size: 60px;}*/


/*Priority id>color>mark*/

</style>

</head>

<body class="box">

<p>php</p>

<span classs=" c1">Hello! 123</span>

<p>I am 321</p>

</body>

</html>


yz666yz6662012 days ago1757

reply all(6)I'll reply

  • ringa_lee

    ringa_lee2019-07-05 23:37:37

    You wrote it wrong, calss. . .

    is class

    reply
    1
  • yz666

    Already discovered. Thanks for the answer, sir.

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

    eh eh

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