htmlの学習-02

その背景色、フォントファミリ、テキスト整列:Cipian主属性は、背景色を設定します。

<html>
	<body style="background-color: green">
		<meta charset="utf-8">
		<h1 style="background-color: white">这背景颜色是白色</h1>
		<p style="background-color: red">这背景颜色是红色</p>
		<h2 style="font-family: verdana">字体为verdana</h2>
		<p style="font-family: arial;color: red;font-size: 20px;">字体为arial,颜色为红色,字体大小为20px</p>
		<p style="text-align: center">此段文字居中</p>
	</body>
</html>
リリース7件のオリジナルの記事 ウォンの賞賛0 ビュー218

おすすめ

転載: blog.csdn.net/qq_37961252/article/details/80115232