XML is a meta language for enhancing information
|
<course>
<number>CIS 788</number> <quarter>Autumn</quarter> <days> <day>Monday</day> <day>Wednesday</day> <day>Friday</day> </days> <note>Notes under preparation.</note> </course> |
<html> <title></title>
<body> <h3>CIS 788</h3> <p>Notes under preparation.</p> </body> </html> |