统计信息

  • 访问数:14554
  • 博客数:143
  • 建立时间:2008-01-05
  • 更新时间:2008-10-15
我叫王超然,是一名电脑爱好者,现在在新加坡留学上高一.我立志成为一名电脑人才,愿意在这里与大家一同分享我玩转电脑的心得.O-level华文考了A-One哈哈!

20-2-2008

2008-02-20 10:08:29

天气: 晴朗 心情: 高兴

http://www.amt.canberra.edu.au/aic.html australian informatics competition thursday 8 may 2008

<title>Basic Web Page</title>
<style type="text/css">
h1 {
    color: red;
    font-size: 2em;
    font-family: Arial, sans-serif;
    margin: 0;
    border-bottom: 2px dashed black;
}

p {
    color: #003366;
    font-size: .9em;
    line-height: 150%;
    margin-top: 0;
}
body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
}

 </style>
</head>
an External Style Sheet

<link href="global.css" rel="stylesheet" type="text/css" />

Path:http://www.communitymx.com/content/article.cfm?cid=230AD

<img src="images/title.gif">
<img src="images/home.gif">

<img src="../../../images/title.gif">
<img src="../../../images/home.gif">

<img src="/images/title.gif">

p {
    color: #003366;
    font-size: .9em;
    line-height: 150%;
    margin-top: 0;
    margin-left: 25px;
}
h2 {
    color: #FFFFCC;
    margin-bottom: 0;
    padding: 5px 0px 3px 25px;
    background-color: #999999;
}Pinpoint Control
<div> and <span> tags 

.special {
color:#FF0000;
font-family:"Monotype Corsiva";
}
<p class="special">
< span>
 


加入收藏 编辑 审核

TAG: computing

我来说两句

OPEN

Powered by X-Space 1.2 © 2001-2006 Comsenz Technology Ltd