Home > Article > Web Front-end > A newbie question, why does text-align in col not work? _html/css_WEB-ITnose
rice | Xiaomi |
---|---|
1 | 2 |
4 |
Browsers have different support for col
col.colred{
background-color:red;
text-align:right;
}
col .colred{
}
What the person above said is wrong;
With the introduction of html5, span and other attributes are no longer supported. Not all styles are supported