--%>

What are tools require View XHTML Documents

What are tools require View XHTML Documents?

E

Expert

Verified

The fundamental tool you require to view XHTML documents is any Web browser, as or FireFox or Internet Explorer (IE).

The following tutorial demonstrates you how to view a XHTML document with as given below:

• Write an XHTML document and save this as hello.html.

• Run Internet Explorer and pick the File > Open menu. The Open dialog box demonstrates up.

• Utilize the Browse button to get and select your XHTML document as, hello.html.

• Click OK, Internet Explorer will open hello.html and then you view it.

Now there is a how your XHTML document as, hello.html will look as if viewing this with Internet Explorer:

Hello in Internet Explorer.

   Related Questions in Programming Languages

  • Q : What is Control structure Control

    Control structure: A statement which affects the flow of control in a method. The typical control structures are if statements and loops.

  • Q : Define Iteration Iteration : The

    Iteration: The repetition of a set of statements, generally employing a looping control structure, like a while loop, for loop and do loop.

  • Q : Define the term Sibling sub classes

    Define the term Sibling sub classes: Classes which have similar immediate super-class.

  • Q : Define Preempt Preempt: It is the

    Preempt: It is the presently executing thread might be preempted, or forced to give up control, by a higher priority thread which becomes eligible to run throughout its time slice.

  • Q : What is Static initializer Static

    Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.

  • Q : Explain Connection handshake Connection

    Connection handshake: It is the exchange of messages among two processes in an attempt to create a connection between them.

  • Q : Index value of the initial element in

    Write the index value of the initial element in an array?

  • Q : Define the term Writer class Writer

    Writer class: It is a sub class of the Writer abstract, stated in the java.io package. The writer classes translate output from Unicode to the host-dependent character set encoding.

  • Q : Assembly condition codes What do you

    What do you mean by the term assembly condition codes?

  • Q : What is Break statement Break statement

    Break statement: A statement employed to break out of a loop, switch statement or labeled block. In all situations, control continues with the statement instantly, subsequent to the containing block.