Home > Q&A > body text
In the tutorial, the teacher talked about how to express line attributes. I would like to ask how to express font attributes?
高半仙2019-04-15 11:15:33
#div{
color:#000; /* Font color*/
font-size:12px; /* Font size*/
}
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?