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

CSS12 疑似クラス(1)

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>疑似クラスで指定(1)</title> <style type ="text/css"> </meta></head></html>

CSS06 背景画像を設定

<html> <head> <title>CSS06背景画像を設定</title> <style> <!-- body { background-image: url("01.jpg"); } --> </style> </head> <body> </body> </html>

CSS04 リンクの背景色(疑似クラス)

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>リンクの背景色(疑似クラス)</title> <style type="text/css"> </meta></head></html>

CSS05

<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title></title> <style type="text/css"> </meta></head></html>