我叫王超然,是一名电脑爱好者,现在在新加坡留学上高一.我立志成为一名电脑人才,愿意在这里与大家一同分享我玩转电脑的心得.O-level华文考了A-One哈哈!
天气: 晴朗
心情: 高兴
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>
导入论坛查看(79)回复(0)引用(0)好评(0) 差评(0)
加入收藏
编辑
审核
TAG:
computing