Home > Article > Backend Development > CSS English word summary (PHP novice collection)
Can I learn PHP if my English is not good? Will it be difficult to learn? I believe this is a confusion faced by many people who want to learn PHP programming but do not speak English well. To put it simply, poor English will not affect the learning of PHP, because there are only a few commonly used parts of PHP in English: HTML, CSS, JavaScript, php, mysql, etc.
In the previous article "HTML English Word Summary (PHP Newbie Collection)", I introduced all the HTML English words involved in learning PHP. Let me share them with you first. Learn all the CSS English words involved in PHP at once, and other parts will be shared slowly in the following series of articles.
All CSS English words involved in learning PHP
CSS
(cascading style sheet): Cascading style sheet
a:active
Left click
italic
: Tilt
word-spacing
: The distance between words
underline
: Underline
Font-size
: The size of the text
Background-color
:Background color
Background-attachment
:Background attachment
attachment
:Attachment , Attachment
Border-top-style
: The line style of the top border
Border-top-color
: The color of the top border
clear
: clear float, clear; clear
overflow
: overflow
normal
: normal
id
: identifier
Font-family
: font
letter-spacing
: letter and the distance between letters
Line-through
: strikethrough line
text-indent
: first line indent
Background-image
:Background image
scroll
:Scroll
List-style-type
:List style
solid
:solid line
border-collapse:collapse;
Merge the border of the table
float
: float (make) float; free float
static
: static static
Import
: input; import
Class
: Class
Font-style
: Whether the text is slanted
overline
: Overline)
line-height
: Line height
Background-repeat
: Whether the background image is tiled
Repeat
: Repeat; Retell
List
: List
dashed
: Dashed
collapse
: Collapse
display
:Display
fixed
:Fixed
Link
:Link
A:Visited
Visited
Font-weight
: Text bolding method
text-align
: Text Horizontal alignment method
Background
: background; background color
Background-position
: positioning of the background image
position
: position, orientation;
none
: none none
padding
: padding
inline
:Inline
absolute
:Absolute
stylesheet
a:hover
Move the mouse over the link
repeat-x
: Horizontal tiling
Text-decoration
: Text decoration line
bold
:Bold
repeat-y
:Vertical tiling
no-repeat
:No tiling
Border-top-width
: The width of the top border
dotted
: Dotted line
margin
: Outside Distance from edge, range
block
: block
relative
: relative
You can learn PHP even if you are not good at English , all English words involved in learning PHP:
《HTML English word summary (PHP novice collection)》
《CSS English word summary (PHP novice collection) )》
《JavaScript English word summary (PHP novice collection)》
[Related recommendations: css video tutorial, web front-end、PHP video tutorial】
The above is the detailed content of CSS English word summary (PHP novice collection). For more information, please follow other related articles on the PHP Chinese website!