Anyone who knows a very useful friendly HTML editor for beginners? I tried using Dreamweaver but no luck.. i still have to study basic HTML...
Hello, Joseph. First, you have to differentiate between an HTML editor and a Web page or Web site editor. The first one is for a person that already knows how HTML works. The second one, also called a WYSIWYG editor, tries to conceal HTML from the user. Dreamweaver is of the second type, as is also NetObjects Fusion. You have to decide if you want to learn HTML before asking which editor to use.
adobe dreamweaver and ms frontpage are best web page editor.you can get training for them over the internet. sites such as Lynda and Total Training provides very good training for beginer as well as for advance users. But for better understanding of web desining you should learn HTML, w3schools has a very good collection of tutorials related to web technologies such as HTML, CSS, XML etc.
Anyone using Frontpage to build sites needs to stop building sites. Dreamweaver has some neat features but it's best if you already know how to write HTML properly before making monsters with DW (as is so common... cause then something always goes wrong and you don't know how to fix it).
I learned HTML using the free programme HTML Kit and quite like it, especially the built-in HTML tags wizard (Actions > Tools > HTML Tags Wizard) and the built-in code verification tool TIDY are very useful. I also recommend to use the excellent and free online tutorials from W3Schools. IMPORTANT: Don't forget to validate the code using the free HTML Markup Validation Service and CSS Markup Validation Service from the World Wide Web Consortium!