--%>

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 : 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 an Argument Argument : It is

    Argument: It is the information passed to a method. Arguments are as well sometimes termed as parameters. The method expecting to receive arguments should contain a formal argument declaration for each as portion of its method header. Whenever a metho

  • Q : What is Member What is Member : Members

    What is Member: Members of a class are methods, fields and nested classes.

  • Q : Define Java Archive file Java Archive

    Java Archive file: It is a Java Archive (JAR) file which makes it possible to store multiple bytecode files within a single file.

  • Q : Explain Default initial value Default

    Default initial value: It is the default value of any variable not explicitly initialized whenever it is declared. The fields of numeric primitive types contain the value zero by default, Boolean variables encompass the value false, char variables enc

  • Q : Explain Program counter Program counter

    Program counter: A program counter is an integral portion of a computer's Central Processing Unit. It includes a reference to the memory address of the subsequent instruction to be fetched, ready to be executed throughout the next fetch-execute cycle.

  • Q : How can we start Array Index from Zero

    How can we start Array Index from Zero?

  • Q : Define the term Field Define the term

    Define the term Field: Variables stated within a class or interface, exterior of the methods. The fields are members of a class.

  • Q : Who developed Extensible Hyper-Text

    Who developed Extensible Hyper-Text Markup Language? Answer: XHTML (Extensible Hyper-Text Markup Language) was developed by W3C HTML Working Group along with Steven

  • Q : Role of ScriptManagerProxy control?

    Explain the role of ScriptManagerProxy control?