如何在网页中插入特殊符号?
先用记事本打开网页文件。
<html>
<head>
<title>网业标题</title>
<meta mane="keywords" content="关键字">
<meta name="descrition" content="网页描述">
<meta name="author" content="作者 网号">
<meta http-equiv="content-type" coontent="text/html" charest="GB2312">
</head>
<body topmargin="100" leftmargin="60" backgorund="图片地址 相对路径" bgcolor="#cc333">
<h1 align="center">
<font face="黑体" size="7" color="#333cc">
第一个 标题
</font>
</h1>
<br/ width="600" size="100" color="#000000" noshade>
<p>
这<small>是</small>一个<big>段</big>落
</p>
<p>
<b><i><u>这是另外一个段落,我叫刘宏波</u></i></b>
<a target="_blank" href="http://www.weichuanghr.com">人力资源公司</a>
</p>
</body>
</html>
下面图片里事常用的特殊符号。
可以对照一下。