First page Back Continue Last page Graphics

...Continuation of Notes


Notes:

And here is the output produced by applying the style sheet to our transcript document:

<HTML><BODY>
<FONT SIZE="6"><B>Student Transcript</B></FONT>
<P></P>
<FONT SIZE="4"><B>Name: <I>Humpty Dumpty</I>
<BR>ID: <I>STU12345</I>
</B></FONT>
<P></P>
<HR>
<TABLE ALIGN="left" BORDER="1" CELLPADDING="4">
<TR>
<TH>Course Name</TH>
<TH>Grade</TH>
<TH ALIGN="right">Credits</TH>
</TR>
<TR><TH COLSPAN="3">Winter 1999</TH></TR>
<TR>
<TD>Underwater Basket-Weaving</TD>
<TD>A-</TD>
<TD ALIGN="right">4</TD>
</TR>
<TR>
<TD>Sky Diving for Fun and Profit</TD>
<TD>B+</TD>
<TD ALIGN="right">3</TD>
</TR>
<TR><TH COLSPAN="3">Spring 1999</TH></TR>
<TR>
<TD>Physics for Poets</TD>
<TD>A</TD>
<TD ALIGN="right">10</TD>
</TR>
<TR>
<TD>Poetry for Physicists</TD>
<TD>C+</TD>
<TD ALIGN="right">5</TD>
</TR>
</TABLE>
</BODY></HTML>