--%>

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 : Perform Exception Handling with

    On occasion, some of Brewbean’s customers mistakenly leave an item out of a basket already checked out, therefore they create a new basket containing the missing items. Though they request that the baskets be combined and hence they are not charged extra shippin

  • Q : Define class Define class?

    Define class?

  • Q : Define Reserved word Reserved word : It

    Reserved word: It is a word reserved for a particular purpose in Java, like: class, int, public, and so forth. These words might not be employed as ordinary identifiers.

  • Q : Task decomposition and Data

    Discuss the idea of task decomposition and data decomposition within the perspective of parallel programming.

  • Q : Define the need of process relative

    Define the need of process relative handles.

  • Q : Purpose of exec functions Specify the

    Specify the purpose of exec functions?

  • Q : Explain Abstraction Abstraction : It is

    Abstraction: It is a simplified symbolization of something which is potentially quite complex. It is frequently not essential to know the precise details of how something works, is symbolized or is implemented, since we can still make use of it in its

  • Q : Write a program to display its negative

    Write a program in object code that reads a single digit decimal number and displays its negative in binary.  To do this, you must first read the number as a character and then convert it to its numeric value, as discussed in class.  Then, you're going to change this to a negative numbe

  • Q : Use Finite-State Space Abstractions Use

    Use Finite-State Space Abstractions: In order to successfully apply explicit-state model checking, defects must be detectable in a sufficiently small state space. This can be achieved either by means of heuristics that constrain the way the state spac

  • Q : Define Identifiers Define Identifiers

    Define Identifiers and their naming convention in brief?