Use this CSS 2 tutorial to easily master CSS. For web engineers, web developers, web designers and other possible users.
It includes 4 sections, definitions and embedding css in a document, selector rules, css sections and misc info.
8. :HTML 惆惘 鏈鏈鏤э鯖 鏈鰹雑鏈CSS 鏈鏤鏈鏤鰹
<head>
h d
<style>
Div {
color:#ff0000;
text-align:center;
}
P{
font-size: 16px;}
</style>
</head>
9. : 惆惘 鏈誌鏈 鏤鰹 鏈鏈鎰種佐鏈CSS 鏈鏤鏈鏤鰹
<div style=background-color:black;color:white;>
di l b k d l bl k l hi
<p style=font-family:tahoma;>
This is some text with tahoma font
</p>
</div>