To what extent do GUI editors generally allow developers to
To what extent do GUI editors generally allow developers to modify HTML code manually?
Solution
GUI HTML editors allow you to create Web pages. In most cases, you enter and edit text similar to the way you would in a word-processing application. Images, tables, links,bookmarks and so forth can be created easily because the application writes the HTML code automatically
GUI Web site management editors provide both Web page creation and site management functionality. They allow teams of designers and developers to work in an integrated environment to design, build and manage Web site and Internet applications. In addition to creating the Web pages, team members can manage the entire Web site with this type of application, both during and after development. Site management includes task automation and workflow integration with other programs (such as Microsoft Office and Web applications) in a production environment.
GUI HTML editors such as KompoZer, Sea Monkey Composer, Dreamweaver and
Expression Web present the following advantages for Web page authors:
• GUI HTML editor to develop Web pages can save you time.
• GUI editors place code into files for you, which enables you to create pages quickly by simply clicking your mouse.
• Most GUI editors allow you to modify your code manually At the time of this writing, HTML5 was not supported by any open-source GUI or WYSIWYG HTML editors. Instead, an HTML5 template was required in KompoZer to produce the HTML5 <!DOCTYPE> declaration. Once the code is complete, it must be validated and updated as needed
