April 26 Course Content
Label Properties
?
???? Property name = "Property value"
???? Public property: title= "mouse hover hint text"
???????? style= "CSS Style"
???? Private properties: Unique properties of individual tags!
?
?
???? CSS Styles
???????? Border dashed dashed dotted dot draw line
?
????????。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
<! DOCTYPE HTML >
<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 "/>
<title> Untitled Document </title>
?
<body>
</body>
?
DOCTYPE Document Type
Document documents
Type types
。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
?
?
Html5
?
<meta charset= "Utf-8" >
<title> Untitled Document </title>
?
Charset= "Utf-8",,,,,,,,,,,,,,,,,,,,,,,,,,,, International, universal encoding format
?
Background-image Background Map
Background-repeat background Repetition
Background-position background positioning
Background positioning left right top bottom center or specific number (supports positive and negative values)
?
?
Background image abbreviation: background picture/repeat/position/background color
?
?
?
Picture format Categories
???? PNG support transparent translucent volume larger quality good
JPG does not support transparency does not support translucent volume large quality better
GIF support transparency does not support translucent support animations
?
?
?
.............................................................................................
???? Font-weight Font Bold
?????
?
?
?
?
?
font-family Font Combinations
?
Font-style font Style
?
?
Text-decoration Underline
?
???????? None: No underline
Underline: Underline
Overline underline
LINE-THROUGN Delete Line
?
?
Text-indent indent text in paragraph!!!
Text-indent:-999em; Hide Text
?
?
?
Style inheritance: 1. Child inherits the parent's CSS style (only text-related styles)
???? 2. The label itself has the default style label, does not inherit the parent style!
?
?
Labels with default styles
4.26 Learning Content