Example of XHTML


Two Paragraphs

This file contains a sample of basic xhtml tags that can be used by a browser to display the content of the file.

Since it adheres to the xhtml standard, many common features of html, including borders and color have been omitted.


Hyperlinks

Home Page WPJ Page

Preformatted Text

     public class Example
     {
         public static void main(String [] a)
         {
             System.out.println("XHTML examples");
         }
     }

Ordered List

  1. Monday
  2. Tuesday
  3. Wednesday
  4. Thursday
  5. Friday

Unordered List

A Simple Table

Header 1 Header 2 Header 3
Component 1.1 Component 1.2 Component 1.3
Component 2.1 Component 2.2 Component 2.3