In the tutorial, the teacher talked about how to express line attributes. I would like to ask how to express font attributes?
#div{
color:#000; /* Font color*/
font-size:12px; /* Font size*/
}
#div{
color:#000; /* Font color*/
font-size:12px; /* Font size*/
}