3층 구조


3층 구조

<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>3층구조02</title> </head> <style> body{margin:0;} #header{ width:400px; height:100px; background:#ffccff; margin:0 auto;} #contents{ width:400px; height:100px; background:#f93; margin:0 auto;} #footer{ width:400px; height:100px; background:#66ffff; margin:0 auto;} </style> <body> <div id="header">머리말</div> <div id="contents">본문</div> <div id="footer">꼬리말</div> </body> </html> <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>3층구조...



원문링크 : 3층 구조