Skip to content

Instantly share code, notes, and snippets.

@easonhan007
Created May 12, 2013 08:16
Show Gist options
  • Save easonhan007/5562827 to your computer and use it in GitHub Desktop.
Save easonhan007/5562827 to your computer and use it in GitHub Desktop.
inline style
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>inline style</title>
</head>
<body>
<p style="color:red" >昔人已乘黄鹤去,此地空余黄鹤楼,黄鹤一去不复返,白云千载空悠悠。</p>
<p style ="color:blue">晴川历历汉阳树,芳草萋萋鹦鹉洲。日暮乡关何处是,烟波江上使人愁。</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment