--%>

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 : Define several features of XQuery

    Define several features of XQuery?

  • Q : Explain Method overriding Method

    Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla

  • Q : What is Hash function Hash function : A

    Hash function: A function employed to generate a hash code from the random contents of an object. The classes can override the hash Value method, inherited from the Object class, to state their own hash function.

  • Q : How Does Run time data handled into QTP

    How Does Run time data i.e. Parameterization is handled within QTP?

  • Q : Define Parallel programming Parallel

    Parallel programming or parrelel computing is the concurrent use of multiple compute resources to resolve a specified problem. Parallel program always comprises of concurrently executing processes, problem decomposition relates to the manner in which

  • Q : Define Micro-Controller Define

    Define Micro-Controller.

  • Q : Explain Package declaration Package

    Package declaration: It is a declaration employed to name a package. This should be the first item in the source file, preceding any import statements. For example,     pa

  • Q : What is Logical error Logical error :

    Logical error: It is an error in the logical of a class or method. Such an error may not lead to an instant runtime error, however could have a noteworthy impact on overall program exactness.

  • Q : Generate source code for an ASP.NET Web

    What is the possibility to generate the source code for an ASP.NET Web service by a WSDL? Answer: The Wsdl.exe tool (as .NET Framework SDK) can be utilized to genera

  • Q : Explain Throw statement Throw statement

    Throw statement: It is a statement employed to throw an exception. For example:     throw new IndexOutOfBoundsException(i+" is too large.");