HTML Test
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <!DOCTYPE html> < html > < head > < title >New Document</ title > < meta http-equiv = "content-type" content = "text/html; charset=euc-kr" /> < meta name = "Generator" content = "Z" /> < meta name = "Author" content = "pearlz" /> < meta name = "Keywords" content = "" /> < meta name = "Description" content = "" /> < link rel = "stylesheet" href = "style.css" type = "text/css" /> </ head > < body > </ body > </ html > |
CSS Test
1 2 3 4 5 | BODY { font : normal 12px / 160% 굴림; color : #000000 ; margin : 0 ; padding : 0 ; } A:link { font : normal 12px 굴림 ; color : #0000FF ; text-decoration : none ; } A:hover { font : normal 12px 굴림 ; color : #FF0000 ; text-decoration : underline ; } A:visited{ font : normal 12px 굴림 ; color : #800080 ; text-decoration : none ; } A:active { font : normal 12px 굴림 ; color : #FF0000 ; text-decoration : none ; } |
PHP Test
1 2 3 | <?php echo "Hello World" ; ?> |