經由CSS自訂文檔中的元素(XML 元素)的設置樣式,做一個簡單的"Hello world"程式。
l 結果如下:
l Sample code 如下:
<html dir="ltr " xmlns='http://www.w3.org/1999/xhtml'>
<head>
<style type="text/css">
BigFont
{
font-size:60px;
}
SmallFont
{
font-size:28px;
}
highlight
{
color: red;
}
</style>
</head>
<body>
<BigFont>
Hello,<highlight> <SmallFont>World!</SmallFont> </highlight>
</BigFont>
</body>
</html>
沒有留言:
張貼留言