March 31 Study Notes (CSS part), March 31 Study Notes css
The direction attribute affects the writing direction of the text in the block-level element, the direction of the column layout in the table, the direction of the element box filled with content horizontally, and the position of the last row in the alignment element at both ends.
Note: For intra-row elements, the direction attribute is applied only when the unicode-bidi attribute is set to embed or bidi-override.
The direction property has two values: ltr and rtl. In most cases, the default value is ltr, which displays text from left to right.
A: hover must be located after a: link and a: visited, and a: active must be located after a: hover
List-style-type controls table item icons with values such as circle, square, upper-roman, and lower-alpha.
List-style-image: icon represented by an image, ul. img2 {list-style-image: url ("11.ico ")}
List-style is short for style and its values can be listed in any order.
Border-collapse --- set whether to merge the table border into a single border.
Border-spacing --- set the distance between the borders of cells.
Caption-side --- set the table title position.
Empty-cells --- set whether to display empty cells in the table.
Table-layout --- sets algorithms for displaying units, rows, and columns.
Outline-color sets the outline color.
Set the outline style in outline-style.
Set outline-width to the width of the contour.