Appendix C Code Snippets ======================== p. 737, Sample HTML Code Sample HTML Tags

Samples of Basic HTML Tags

The font for plain body text depends on the browser settings. This is bold. This is italic. This is not. This is both.

New paragraph before this sentence.
Line break before this sentence.
Extra spaces without special characters are ignored.

Line breaks in the code are ignored.

JDeveloper is a product of Oracle Corporation ©2004.


Unordered List -------------------------- p. 739, JavaScript in HTML
First Name:

-------------------------- p. 741, Building a Cascading Style Sheet -------------------------- p. 742, Using a Cascading Style Sheet CSS Demo This is normal body text. The body background is gray.

This uses the EMPHASIS style.

// Java code sample comment

An H2 header is blue by default.

ID Name
101 Tiger
102 Dragon
--------------------------