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.
public class Example
{
public static void main(String [] a)
{
System.out.println("XHTML examples");
}
}
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Component 1.1 | Component 1.2 | Component 1.3 |
| Component 2.1 | Component 2.2 | Component 2.3 |