如何在 Linux 中使用 GUI 构建器为 Html 表单提供干净的代码?就像在 Windows 中使用 Dreamweaver 一样

发布于 2024-11-09 18:50:42 字数 94 浏览 1 评论 0原文

我如何使用一些 GUI 构建器或工具在 Linux 中为 Html 表单、表格等构建干净的代码。比如windows下有dreamweaver之类的工具。

谢谢

How can i build clean code for Html forms, tables etc in Linux with some GUI builder or tools. Like there is a Windows tools such as dreamweaver.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光与爱终年不遇 2024-11-16 18:50:42

抱歉,获得干净的 HTML 代码的唯一方法是手动编写自己的代码。

为此,您需要先做两件事:

Sorry, but the only way to have good clean HTML code is to write your own code manually.

To do it, you will need two things to start:

  • A good code editor that facilitates typing, like Notepad++ does. It can also be some more complex IDE, like Eclipse, Netbeans, MonoDevelop etc.
  • A strong desire to learn the web standards, using official sources such as the W3C Schools.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文