background-color 属性为元素定义了背景颜色:
<html\n<body style=background-color:yellow\n<h2 style=background-color:redThis is a heading</h2\n<p style=background-color:greenThis is a paragraph.</p\n</body\n</html\n
HTML样式:好看的颜色字体是有方法的
font-family、color 以及 font-size 属性分别定义元素中文本的字体系列、颜色和字体尺寸:
<html\n<body\n<h1 style=font-family:verdanaA heading</h1\n<p style=font-family:arial;color:red;font-size:20px;A paragraph.</p\n</body\n</html\n
HTML样式:好看的颜色字体是有方法的
text-align 属性规定了元素中文本的水平对齐方式:
<html\n<body\n<h1 style=text-align:centerThis is a heading</h1\n<pThe heading above is aligned to the center of this page.</p\n</body\n</html\n
HTML样式:好看的颜色字体是有方法的
<html\n<body\n<h1 style=background-color:yellow;text-align:centerThis is a heading</h1\n<h2 style=background-color:red;text-align:centerThis is a heading</h2\n<p style=background-color:green;text-align:centerThis is a paragraph.</p\n<h1 style=font-family:verdana;text-align:centerA heading</h1\n<p style=font-family:arial;;text-align:center;color:red;font-size:20px;A paragraph.</p\n</body\n</html\n
HTML样式:好看的颜色字体是有方法的
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。