一,效果圖。 二,代碼。 參考資料:《菜鳥教程》 ...
一,效果圖。
二,代碼。
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS 語法</title>
<style>
p {
color: red;
text-align: center;
}
</style>
</head>
<body>
<p>Hello world!</p>
<p>this paragraph is styled with css</p>
</body>
</html>
參考資料:《菜鳥教程》