<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>html简单基础总结</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<META NAME="KEYWORDS" CONTENT="维普建站|免费申请手机网站|国内最稳定的免费自助建站|稳定高速建站平台|企业建站|手机网站">
<META NAME="Description" CONTENT="维普建站(www.wep.cc)提供最专业的免费自助建站平台,提供个人手机网站架设、企业手机网站架设服务,让你不须任何建站知识就能搭建一个功能完善的手机网站">
<META NAME="Author" CONTENT="wangyubo">
<META NAME="CopyRight" CONTENT="版权所有">
<!--Copyright wangyubo, All Rights Reserved--!>
<style type="text/css">
<!--
dt,h1,h6{color: #ab2317; display : inline}
body {font-family:华文中宋;fon-color:#adadad;margin:10px 0px 15px 0px;text-indent: 1em}
--!>
.tab{border:1px solid #e57243;border-top:0;margin:10px 0;text-align:left;width:200px;font-size:14px;}
</style>
<script language="javascript">
function menu(x){
for(var i=0;i<x.length;i++){
if(x[i].style.display==''){
x[i].style.display='none';
}else{
x[i].style.display='';
}
}
}
</script>
</head>
<body bgcolor=#FFFF93>
<ul>
<h3 align=center>HTML简单基础总结</h3><br>
<table ><tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" height="12" class="title" onclick="menu(menu1)" style="cursor:pointer"><dt><b>基本结构</b>:<br/><font color=#28319F><html><head><title>标题</title></head><body><p>我得第一个html例子</p></body></html></font></td>
</tr>
<tr id="menu1" style="display:none">
<td class="main_left">
<hr align=center width="100%" size="1" color="red">
<html><br/>
<head><br/>
<title>标题</title><br/>
</head><br/>
<body><br/>
<p>我得第一个html例子</p><br/>
</body><br/>
</html>
<hr align=center width="100%" size="1" color="red">
</td>
</tr>
<tr id="menu1" style="display:none">
</tr>
</tr>
</table>
</td></tr>
<tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" height="12" class="title" onclick="menu(menu2)" style="cursor:pointer"><dt><b>基底网址标记<BASE></b>:<br/><font color=#28319F><base href="" target="window_name"></font></td>
</tr>
<tr id="menu2" style="display:none">
<td class="main_left">
<hr align="center" width="100%" size="1" color="red">
<base href="" target="window_name">
_parent(上一级窗口中打开) _blank(新窗口打开) _self _top(浏览器整个窗口中打开)
<hr align="center" width="100%" size="1" color="red">
</td>
</tr>
<tr id="menu2" style="display:none">
</tr>
</tr>
</table>
</td></tr>
<tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" height="12" class="title" onclick="menu(menu3)" style="cursor:pointer"><dt><b>标题字标记<H></b>:<br/><font color=#28319F> <h1-h6 align=center、left、right>h1-h6标题标签<h1-h6> </font></td>
</tr>
<tr id="menu3" style="display:none">
<td class="main_left">
<hr align="center" width="100%" size="1" color="red"><h1>h1的效果<h1> 效果示例:<h1 >h1的效果</h1>
<h6 align=center>h6的效果<h6>
效果示例:<h6 color="red" align=center>h6的效果</h6>
<hr align="center" width="100%" size="1" color="red">
</td>
</tr>
<tr id="menu3" style="display:none">
</tr>
</tr>
</table>
</td></tr>
<tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" height="12" class="title" onclick="menu(menu4)" style="cursor:pointer"><dt><b>基底文字标记<BASEFONT></b>:<br/><font color=#28319F><BASEFONT FACE="font_name" SIZE="value" color="value"></font></td>
</tr>
<tr id="menu4" style="display:none">
<td class="main_left">
<hr align="center" width="100%" size="1" color="red">
设置基准的文字字体,字号,颜色,遇到页面中其他相关标签未定义文字或段落样式时,将套用基准的文字样式
<br/><BASEFONT FACE="font_name" SIZE="value" color="value">
<hr align="center" width="100%" size="1" color="red">
</td>
</tr>
<tr id="menu4" style="display:none">
</tr>
</tr>
</table>
</td></tr>
<tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" height="12" class="title" onclick="menu(menu5)" style="cursor:pointer"><dt><b>元信息标记<META></b>:<br/> <font color=#28319F><meta> 在<head>里面<title>的下面,</font></td>
</tr>
<tr id="menu5" style="display:none">
<td class="main_left">
<hr align="center" width="100%" size="1" color="red">
<META NAME="KEYWORDS" CONTENT="关键字"><br/>
<META NAME="Description" CONTENT="该网页描述的内容"><br/>
<META NAME="Author" CONTENT="页面作者信息"><br/>
<META NAME="CopyRight" CONTENT="版权所有"><br/>
<META NAME="Content-type" CONTENT="text/html;charset=gb2312">设定字符集<br/>
<META NAME="refresh" CONTENT="60">设定自动刷新<br/>
<META NAME="Expires" CONTENT="SUN,25,feb 2007 11 19 00 GMT">设定有效期<br/>
<hr align="center" width="100%" size="1" color="red">
</td>
</tr>
<tr id="menu5" style="display:none">
</tr>
</tr>
</table>
</td></tr>
<tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" height="12" class="title" onclick="menu(menu6)" style="cursor:pointer"><dt><b>HTML主体标记<BODY></b>:<br/><font color=#28319F>页面中所有内容都放在<body> </body>中。 <body>自身有很多属性TEXT、bgcolor、background、link、vlink、alink等等</font></td>
</tr>
<tr id="menu6" style="display:none">
<td class="main_left">
<hr align=center width="100%" size="1" color="red">
<ul type=1>
<li>TEXT 设定页面文字的颜色<br/>
<li>BGCOLOR 设定页面背景的颜色<br/>
<li>BACKGROUND设定页面背景图案<br/>
<li>BGPROPERTIES 设定页面背景图像为固定,不随页面的滚动而滚动<br/>
<li>LINK 设定页面默认的链接颜色<br/>
<li>ALINK 设定鼠标正在但即使的链接颜色<br/>
<li>VLINK 设定鼠标单击过后的链接颜色<br/>
<li>TOPMARGIN设定页面的上边距:内容和浏览器上不边框之间的距离 <br/><font size=2 color=red><BODY TOPMARGIN=VALUE LEFTMARGIN=VALUE> VALUE值一般为像素</font><br/>
<li>LEFTMARGIN设定页面的左边距:内容和浏览器左侧边框之间的距离<br/>
例子:<font size=2 color=red><BODY TEXT="ffffff" BGCOLOR="#OFOFOF" BACKGROUND="1.jpg" BGPROPERTIES=FIXED></font><br/>
设定页面的背景颜色、背景图案、固定背景图片<br/>
例子: <font size=2 color=red> <BODY TEXT="ffffff" BGCOLOR="#OFOFOF" LINK="#232323" ALINK="#00FF00" VLINK="CCCCCC" ></font><br/>
设定了链接的不同颜色,默认的、点击中的、点击后的
</ul>
<hr align=center width="100%" size="1" color="red">
</td>
</tr>
<tr id="menu6" style="display:none">
</tr>
</tr>
</table>
</td></tr>
<tr><td>
<table align=left>
<tr>
<td height="31" colspan="2"><img src="IMG/logo.gif" width="12" h
- 1
- 2
前往页