2012-02-17 CSS関係 備忘録 コピペ用 <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="hoge.css" type="text/css" media="all"> <style type="text/css"> .warn { font-weight:bold; color:red; } </style> <div style="font-weight:bold; color:red;"></div>