CSS Common English word attribute list, css English Word List
These are some of the frequently used English words in css. You can take a look and use them to easily remember them.
Color: #999999;/* text color */
Font-family:, sans-serif;/* text font */
Font-size: 9pt;/* text size */
Font-style: itelic;/* italic text */
Font-variant: small-caps;/* small font */
Letter-spacing: 1pt;/* distance between words */
Line-height: 200%;/* set the Row height */
Font-weight: bold;/* bold text */
Vertical-align: sub;/* subscripts */
Vertical-align: super;/* superscript */
Text-decoration: line-through;/* strikethrough */
Text-decoration: overline;/* Top Line */
Text-decoration: underline;/* underline */
Text-decoration: none;/* Delete link underline */
Text-transform: capitalize;/* uppercase letters */
Text-transform: uppercase;/* uppercase letters */
Text-transform: lowercase;/* lowercase letters */
Text-align: right;/* right-aligned text */
Text-align: left;/* left-aligned text */
Text-align: center;/* align text in center */
Text-align: justify;/* scatter and alignment of text */
Vertical-align attributes
Vertical-align: top;/* vertical and upward alignment */
Vertical-align: bottom;/* vertically aligned down */
Vertical-align: middle;/* vertical center alignment */
Vertical-align: text-top;/* vertical and upward alignment of text */
Vertical-align: text-bottom;/* vertical and downward alignment of text */
Accesskey |
Specifies the shortcut key for the activation element. |
Class |
Specifies one or more class names of an element (referencing classes in a style sheet ). |
Contenteditable |
Specifies whether the content of an element can be edited. |
Contextmenu |
Specifies the context menu of an element. The context menu is displayed when you click an element. |
Data -* |
Used to store private custom data for pages or applications. |
Dir |
Specifies the text direction of the content in the element. |
Draggable |
Specifies whether the element can be dragged. |
Dropzone |
Specifies whether to copy, move, or link the dragged data. |
Hidden |
The specified element is not or is no longer relevant. |
Id |
The unique id of the specified element. |
Lang |
Specifies the language of the element content. |
Spellcheck |
Specifies whether to perform spelling and syntax checks on elements. |
Style |
Specifies the row CSS style of the element. |
Tabindex |
Specifies the tab key order of the element. |
Title |
Specifies additional information about the element. |
Translate |
Specifies whether to translate element content. |