10/4
ch02 - 06.css
.B{
color: blue;
font-size: 16pt;
text-align: center;
}
.R{
color: red;
font-size: 16pt;
}
.G{
color:green;
front-size: 16pt;
}
ch02 - 06.html
<html>
<head>
<link rel="StyleSheet" type="text/css" href="ch02 - 06.css"/>
</head>
<body>
<p class = "B center">
PHP HOW HOW ONE !!
</p>
</br>
<a class ="G" href = "http://www.cyut.edu.tw/new/">CYUT</a>
</br>
<p class = "R">
I LOVE CYUT
</p>
</body>
</html>
ch02 - 06 - 03.css
.B{
color: blue;
font-size: 16pt;
text-align: center;
}
.R{
color: red;
font-size: 16pt;
}
.G{
color:green;
front-size: 16pt;
}
pre.center{
font-size: 100pt;
text-align: center;
}
ch02 - 06 - 03.html
<html>
<head>
<link rel="StyleSheet" type="text/css" href="ch02 - 06 - 03.css"/>
</head>
<body>
<p class="G center">
PHP HOW HOW ONE !!
</p>
</br>
<a class="G center" href ="http://www.cyut.edu.tw/new/">CYUT</a>
</br>
<pre class="G center">
I LOVE CYUT
</pre>
</body>
</html>
ch02 - 06 - 04.css
#bigsize{/*使用ID選擇器設定字型大小為48點*/
font-size:48pt;
}
#normalsize{
font-size:16pt;
}
ch02 - 06 - 04.html
<html>
<head>
<link rel="StyleSheet" type="text/css" href="ch02 - 06 - 04.css"/>
</head>
<body>
<p id="normalsize">
PHP HOW HOW ONE !!
</p>
</br>
<p id="bigsize">
I LOVE CYUT!
</p></br>
<p id="bigsize">
I LOVE PHP
</p>
</body>
</html>
ch02 - 06 - 05.html
<html>
<head>
</head>
<body>
<p style="font-size:48pt;">
PHP HOW HOW ONE !!
</p>
</br>
<p style="font-size:100pt;">
I LOVE CYUT
</p></br>
<p>
</p>
</body>
</html>
ch02 - 06 - 06.html
<html>
<head>
<style>
#bigsize{/*使用ID選擇器設定字型大小為48點*/
font-size:48pt;
}
#normalsize{
font-size:16pt;
}
</style>
</head>
<body>
<p id="normalsize">
PHP HOW HOW ONE !!
</p>
</br>
<p id="bigsize">
I LOVE CYUT!
</p></br>
<p id="bigsize">
I LOVE PHP
</p>
</body>
</html>
ch02 - 06 - 07.html
<body>
<div style="float:left">
<img src="logo.gif"/>
</div>
<div style="width:100px;hright:200px">
<p>
一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩 一首詩
</p>
</div>
<div style="clear:left;text-alifn:right">
<p>
by Mr.X
</p>
</div>
</body>
沒有留言:
張貼留言