Dreamweaver自动生成的代码是什么样的?

时间:2011-11-09 02:24:11

标签: html dreamweaver

我之前从未使用过Dreamweaver,但是我有一些HTML,我看起来很奇怪。我想知道它是否只是使用Dreamweavers WYSIWYG编辑器自动生成。

它的结构与此非常相似:

<html>
<head>
<title>TITLE</title>
<style type="text/css">
.TITLEPage { width:300px;border-collapse:collapse;background-color:white; }
.TITLEPage td { font:normal 14px/1.5em Goudy, Georgia, serif;color:#47ae32; }
***snip (all of the css is like the above)***
</style>
***snip***
<td> <a href="/css">blah
</a> <a href="/css/properties/"></a> </td>
***snip (the pattern above repeats about 10 times)***
</html>

这是一个非常简单的HTML,只是一个带链接的表。看起来奇怪的HTML,我以前从未见过这样的东西。根本没有缩进,是Dreamweaver的指示吗?奇怪的锚点位置,空锚点和锚点的格式都很奇怪。

我不知道,之前有没有人和Dreamweaver合作过?这是代码的样子吗?

这很可能会被关闭,但我的搜索功能让我失败了......

谢谢。

1 个答案:

答案 0 :(得分:0)

默认情况下,Dreamweaver将缩进生成的代码,提供的代码似乎不是由Dreamweaver的可视化工具创建的。