摘要: 从事互联网广告多年,利用 Google Analytics工具的时候,诸如“跳出率、退出率、二跳率”等概念常常见到,但各种解释往往混淆不清。这些指标是衡量网站的用户深度(卷入度)的重要指标,有助于我们评估[阅读全文]
摘要: 一、网站被k之服务器篇 服务器运行是否稳定,当搜索引擎抓取时,服务器有没有正常运行,日志中是否返回是200状态码?如果是200状态码,那就只是个暂时现象,放平心态,等搜索引擎大更新时放出来。 二、网[阅读全文]
摘要: 1)针对网站主题来做做网页,网站中最好不要有与网站主题无关的网页。 2)重视网站结构一致性 网站的每个页面应该遵循一个主题,在格式设计上力求保持一致或者大体相仿。导航设计力求简单明了,不掺杂无关[阅读全文]
摘要:<caption align=#> ... </caption> #=left, center, right <table border><caption align=center>Lunch</caption><tr><th>Food[阅读全文]
摘要:<table align=left> <table align="left" border><tr><th>Food</th><th>Drink</th><th>Sweet</th><tr><td>A</td>[阅读全文]
摘要:<tr align=#> <th align=#> #=left, center, right <td align=#> <table border width=160><tr>  [阅读全文]
摘要:<table border=#> 边框尺寸设置: <table border=10><tr><th>Food</th><th>Drink</th><th>Sweet</th><tr><td>A</td><td>[阅读全文]
摘要:跨多列的表元 <th colspan=#> <table border><tr><th colspan=3> Morning Menu</th><tr><th>Food</th> &nb[阅读全文]
摘要:<table>...</table> - 定义表格 <tr> - 定义表行 <th> - 定义表头 <td> - 定义表元(表格的具体数据) 带边框的表格: <table border[阅读全文]
摘要:<textarea name=* rows=** cols=**> ... <textarea> <form action=/cgi-bin/post-query method=POST><textarea name=comment rows=5 cols=[阅读全文]
摘要:基本语法 <select name=*> <option> ... </select> <option selected> <option value=**> <form action=/cgi-bin/post-query method=[阅读全文]
摘要:<input type=hidden value=*> <form action=/cgi-bin/post-query method=POST><input type=hidden name=add value=hoge@hoge.jp>Here is a hi[阅读全文]
摘要:在下面选则一个系数后,在图象上点一下,就知道什么是图象坐标了! <input type=image src=url> <form action=/cgi-bin/post-query method=POST><input type=image na[阅读全文]
摘要:<input type=checkbox> <input type=checkbox checked> <input type=checkbox value=**> <form action=/cgi-bin/post-query method=POST><input&nbs[阅读全文]
摘要:*=text, password <input type=*> <input type=* value=**> <form action=/cgi-bin/post-query method=POST>您的姓名: <input type=text [阅读全文]
摘要:表单的基本语法 <form action="url" method=*> ... ... <input type=submit> <input type=reset> </form> *=GET, POST 表单[阅读全文]
摘要:请在下图中用鼠标到处点一点,就会理解“客户端图象映射图”的意思了。 <img src=img.gif usemap="MAP-Name"> <map name="MAP-Name"> <area shape="#" coords="#"&[阅读全文]
摘要:<img border=#> #=value <a href="URL"> <img src=URL border=15> </a> [阅读全文]