Advance XHTML Programming Question:
What Tools to Use to View XHTML Documents?
Answer:
The basic tool you need to view XHTML documents is any Web browser, like Internet Explorer (IE) or FireFox.
The following tutorial shows you how to view a XHTML document with :
► Write an XHTML document and save it as hello.html.
► Run IE and select the File > Open menu. The Open dialog box shows up.
► Use the Browse button to find and select your XHTML document, hello.html.
► Click OK, IE will open hello.html and let you view it.
Here is a how your XHTML document, hello.html, will look like if viewing it with IE:
Hello in IE
The following tutorial shows you how to view a XHTML document with :
► Write an XHTML document and save it as hello.html.
► Run IE and select the File > Open menu. The Open dialog box shows up.
► Use the Browse button to find and select your XHTML document, hello.html.
► Click OK, IE will open hello.html and let you view it.
Here is a how your XHTML document, hello.html, will look like if viewing it with IE:
Hello in IE
Previous Question | Next Question |
What Tools to Use to Write XHTML Documents? | What Is an XHTML Element? |