Home >Web Front-end >HTML Tutorial >css miscellaneous notes_html/css_WEB-ITnose
font-variant: Set whether the text is small capital letters, the value can be normal, small-caps;
a:link: Unvisited
a: visited: visited
a: active: active link, that is, the link that has the current focus
span and div: span is an inline element; and div is a block element and will wrap automatically. However, it can be changed by defining the display attribute value