How can i have clean code for Html forms using some GUI builder in Linux? Like you can do using Dreamweaver in Windows
How can i build clean code for Html form开发者_C百科s, tables etc in Linux with some GUI builder or tools. Like there is a Windows tools such as dreamweaver.
Thank you
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.
精彩评论