2012-05-05から1日間の記事一覧

課題CSS01(文字装飾)

<html lang="ja"> <head> <meta charset="UTF-8"> <title>【CSS01】</title> <style type="text/css"> h1{ font-size:36px; color:#f0f0f0; } h3{ font-size:15px; background-color;#400040; color:#e0eff; } p{ color:#0000e0 font-size:13px; } </style> </head> <body> <h1>style要素</h1> <h3>style eleme…</h3></body></html>

課題CSS03(文字装飾)

<html lang="ja"> <head> <meta charset="UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <title>CSS03</title> <link rel="stylesheet" href="style.css" type="text/css" media="screen, print"> <style type="text/css"> ul{} li{font-size:2.0em;#:404040} </style> </head> </html>

課題CSS02(文字装飾)

<html xmlms="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> <head> <title>[CSS02]</title> <style type="text/css"> body{ background-co…</head></html>