用记事本制作静态网页的编码

来源:百度知道 编辑:UC知道 时间:2024/06/10 13:56:41
带图片,超链接,

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>xxxxx</title>
<link href="css.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<table>
<tr>
<td><a href="image/jg.jpg"><img src="image/jg.jpg" width="600" border="0" /></a></td>
</tr>
</table>
</body>
</html>

直接往里面写代码就可以了,最后保存的时候把后缀改成htm
你是要问哪方面的问题?

你随便去网上找一个网页,选择查看源文件,里面就是