由网页截图写完整的HTML源代码
<html>
<body>
<h3>
这个表格有标题:
</h3>
<table width="260" border="5" style="text-align:center; font-size:30px;">
<tr>
<td height="57">100</td>
<td>200</td>
<td>300</td>
</tr>
<tr>
<td height="64">400</td>
<td>500</td>
<td>600</td>
</tr>
<caption align="bottom" style="font-size:45px">表格标题</caption>
</table>
</body>
</html>
来一段简单的HTML代码。
<html xmlns=" /1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>推播士爱好者</title>
</head>
<body>
推播士站,第一个专为爱好网络营销、网络推广的人编写的网站。
</body>
</html>
用记事本写,然后保存为html格式的就可以。
效果如下:
网页标题:推播士爱好者
网页内容:推播士站,第一个专为爱好网络营销、网络推广的人编写的网站。
HTML代码
<IMG alt="" src=" /U788/788685/m/152/20077313922943.gif" border=0>
Img是插入图片的标记
alt是当鼠标放在图片上或者图片不现实时现实的文本
src是图片的来源地址(如果你要更换图片就更换这个路径就行了,在网上找一张图片右击属性——里面有一个地址URL复制一下地址放到这里就会显示你所要的图片了)
border是图片的边框
求html代码
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"" /TR/1999/REC-html401-19991224/loose.dtd">
<HTML>
<HEAD>
<TITLE>广州网页设计制作,css群:109920294,网页js特效,广州网站重构设计-网聚中国互联网企业 阿里西西整理发布</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<LINK href=" /favicon.ico" rel="SHORTCUT ICON">
<META content="广州网页设计制作,css群:109920294,网页js特效,广州网站重构设计-网聚中国互联网企业" name=keywords>
<META
content="Buy clothing, shoes, handbags & essories on eBay. Find a huge selection of Fashion items at low prices." name=description>
<LINK href="css/163css.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.6000.17063" name=GENERATOR>
</HEAD>
<BODY >
<div id=carousel>
<div class=frame>
<div class=frames id=stage>
<div id=f1 style="BACKGROUND: url(images/01.jpg); OVERFLOW: hidden; WIDTH: 355px; POSITION: absolute; HEIGHT: 310px">
</A></div>
<div class=frame-2 id=f2 >
</A></div>
<div class=frame-3 id=f3>
</A></div>
<div class=frame-4 id=f4>
</A></div>
<div class=frame-5 id=f5>
</div>
</div>
</div>
<div class=controls>
<div class="arrow l-a" onmouseover=highlightA(this); onclick=prevF();
onmouseout=dehighlightA(this);></div>
<div class=off id=control1 onmouseover=hover(1) onclick=press(1,false)
onmouseout=out(1)>1</div>
<div class=off id=control2 onmouseover=hover(2) onclick=press(2,false)
onmouseout=out(2)>2</div>
<div class=off id=control3 onmouseover=hover(3) onclick=press(3,false)
onmouseout=out(3)>3</div>
<div class=off id=control4 onmouseover=hover(4) onclick=press(4,false)
onmouseout=out(4)>4</div>
<div class="arrow r-a" onmouseover=highlightA(this); onclick=nextF();
onmouseout=dehighlightA(this);></div>
</div>
<INPUT id=numFrame type=hidden value=4></INPUT>
<INPUT id=images1 type=hidden value=images/01.jpg></INPUT>
<INPUT id=images2 type=hidden value=images/02.jpg></INPUT>
<INPUT id=images3 type=hidden value=images/03.jpg></INPUT>
<INPUT id=images4 type=hidden value=images/04.jpg></INPUT>
</div>
<SCRIPT src="js/163css.js" type=text/javascript></SCRIPT>
</BODY>
</HTML>