CSS ?? ???? ?? ? ??? ??
CSS ?? ??
??? ??? ?? ?? ??? ??? ???? ??? ? ???? ????? ???? ????. ???.
list-style: ?? ???, ?: ??. ??? ??? ?? ?? ??? ??? ?????.
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>php.cn</title> <style type="text/css"> ul,li{list-style:none;}/*去掉前面的符號*/ </style> </head> <body> <ul> <li>HTML+CSS</li> <li>JavaScript</li> <li>MySQL</li> <li>PHP</li> </ul> </body> </html>
CSS ??? ??: ? ???? ???? ?? ? ????.
-
border-left : ?? ???.
??: ???-??: ?? ? ??? ? ??
? ???: ??(??) , ??(??), ??(??), ??(??)
?: border-left: 5px dashed red
border-right: ??? ???.
border-top: ?? ????.
border-bottom: ??? ????.
border: ? ?? ??? ???? ?????.