HTML+CSS ???? ?? ?? ?? ?? ? ??
?? ??? ??? ??? ??? ????? ???? ??? ??? ??? ????. CSS?? ??? ??? ??? ?? ?? ??? ??? ?????.
??? ??? ?? ??(?? ??) = ?? ??? + ?? ??? + ?? ?? + ??? ?? + ??? ?? + ??? ??? + ??? ???
?? ???? ???? ?????.
?? ?? ?? ???
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> div{ width:200px; padding:20px; margin:10px; border:1px solid red; } </style> </head> <body> <div>歡迎來(lái)到php中文網(wǎng)</div> </body> </html>
??? ?? ??? 10px+1px+20px+200px+???. 20px+1px+10px=262px. ??? ?? Chrome ?????? ?? ?? ??? ? ? ????.