--%>

What are the tools require writing XHTML documents

What are the tools require writing XHTML documents?

E

Expert

Verified

The fundamental tool you require to write XHTML documents is any text editor, as notepad upon Windows system, or upon UNIX system.

Whenever you are looking for some advanced tools to assist you writing XHTML documents, you can choose any one from the given three categories of XHTML editors as follows:

• Text based editor - Permits you to work upon the text version of the XHTML document.

• WYSIWYG editor - Permits you to work upon the rendered version of the XHTML document.

• Browser based editor - A WYSIWYG editor included in an existing Web browser.

XHTML editors can as well be loaded with additional functionalities to permit you work with other Web technologies as CSS and JavaScript, or to your Web server publish the XHTML documents.

   Related Questions in Programming Languages

  • Q : Describe Layout manager Layout manager

    Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.

  • Q : How XML web services integrate two

    How can XML web services integrate two legacy distributed systems, one based on Corba and one based on Java RMI?

  • Q : Define Unicode Unicode : It is a 16-bit

    Unicode: It is a 16-bit character set designed to make it simpler to exchange and exhibit information which makes use of a broad range of dissimilar languages and symbols.

  • Q : Learning File system with operations

    Program 1. Purpose of this assignment is to learn to work with files.Assignment: The file, data.txt, is provided on the class website. Each line of the file consists of a binary operator followed by two operands. Your program wi

  • Q : How much does Symbian Signed

    How much does Symbian Signed certification and testing cost? Answer: Test houses contain their own prices for Symbian Signed testing. So you can check that prices through searching over the internet.

  • Q : Limit the Use of Pre-processor

    Limit the Use of Pre-processor Directives: The C pre-processor is powerful, but unrestricted use of it can lead to code that is hard to understand and analyze. Limit its use to inclusion of header files and simple macro definitions. Avoid features suc

  • Q : Explain relationship between XHTML and

    Explain relationship between XHTML and DTD?

  • Q : Reads a line of text and tests whether

    palindrome.asm -- reads a line of text and tests whether it is a palindrome. ## Register usage: ## $t1 - A. ## $t2 - B. ## $t3 - the character *A. ## $t4 - the character *B. ## $v0 - syscall parameter / return values. ## $a0 - s

  • Q : Define the term Swizzling Define the

    Define the term Swizzling: It is the process of recursively writing the contents of an object through object serialization.