--%>

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 : Problem on COBOL source code errors

    There are many errors in the following COBOL source code. Identify the errors and rewrite the program so that it contains no errors:IDENTIFICATION DIVISION   (Full stop required)PROGRAM ID. ERRORS-EXAMPLE.DATA DIVISION    (Fu

  • Q : Ways to select HTML Tag Instances

    Explain the different ways in order to select the HTML Tag Instances.

  • Q : What is pipe What is meant by the term

    What is meant by the term pipe?

  • Q : What is Pop-up menu Pop-up menu : A

    Pop-up menu: A menu of actions which is generally not visible on the screen till a mouse button is clicked. The Popup menus assist to keep a user interface from becoming cluttered.

  • Q : Describe limitations of AJAX Briefly

    Briefly describe the limitations of AJAX.

  • Q : Use of UpdateProgress control in AJAX

    What is the use of UpdateProgress control in AJAX?

  • Q : What is Character set encoding

    Character set encoding: The set of values allocated to characters in a character set. Associated characters are frequently grouped with consecutive values, like the digits and alphabetic characters.

  • Q : Problem on Vectors Create a vector

    Create a vector representing x coordinates of a measurement with 20 points between 0 and 10. Create another vector y representing fake measurements which are related to the above x values as y = 2.3 x – 1.2. Next add random (normal, Gaussian) noise to the vector

  • Q : Define Arithmetic operator Arithmetic

    Arithmetic operator: The Operators, like +, -, *, / and %, which generate a numerical outcome, as a part of an arithmetic expression.

  • Q : What is an Assembly language Assembly

    Assembly language: This is a symbolic language closely analogous to the instruction set of a Central Processing Unit. The program employed to translate a program written in assembly language is termed an assembler.