Home  >  Q&A  >  body text

How to make ul tag change color

<ul style="color:#ccc;">:Comments

<li>js introduces priority src, external files take precedence</li>

< li></li>

</ul>


I just want to add #ccc

# to the "comments" in ul ##I don’t want to add the li tag

How should I write


1967 days ago1982

reply all(1)I'll reply

  • 2021-02-23 00:07:09

    <ul >:<span style="color:#ccc;">Comments</span><li>js introduces priority src external files first</li><li> </li> </ul>

    reply
    0
  • Cancelreply