How to write the font color and size?
移动用户-6178198
移动用户-6178198 2019-04-13 16:36:36
0
3
1256

In the tutorial, the teacher talked about how to express line attributes. I would like to ask how to express font attributes?

移动用户-6178198
移动用户-6178198

reply all(1)
高半仙

#div{

color:#000; /* Font color*/

font-size:12px; /* Font size*/

}


  • reply Thank you for your answer! I only learned HTML now. You should use CSS to implement it here, right? Is it not possible to define the font color and size using HTML?
    移动用户-6178198 author 2019-04-17 20:41:07
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template