0% found this document useful (0 votes)
3 views2 pages

Simple Time Table Overview

The document presents a simple timetable for a course, detailing the schedule for each day of the week. It includes topics such as XML, XPath, and XSL Transformation, with specific start and end times for each session. The timetable is formatted in an HTML table with various background colors for visual distinction.

Uploaded by

donaldsimon.1051
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Simple Time Table Overview

The document presents a simple timetable for a course, detailing the schedule for each day of the week. It includes topics such as XML, XPath, and XSL Transformation, with specific start and end times for each session. The timetable is formatted in an HTML table with various background colors for visual distinction.

Uploaded by

donaldsimon.1051
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

<html>

<head>

<title>A simple time table</title>

</head>

<body>

<h2style="text-align:center;"><b>A SIMPLE TIME TABLE DEMONSTRATION</b></h2>

<table border="1"

cellspacing="0"

cellpadding="10"

style="text-algin:center;

margin:auto;

background-color:red;">

<tr>

<th rowspan="2">day</th>

<th colspan="2">schedule</th>

<th rowspan="2">Topic</th>

</tr>

<tr>

<th>begin</th>

<th>End</th>

</tr>

<tr>

<td rowspan="2"style='background-color:violrt;">Monday</dt>

<td style="background-color:lightyellow;"<8:00pm</td>

<td style="background-color:skyblue;"<5:00pm</td>

<td>Introduction to XML</td>

</tr>

<tr>

<td style="background-color:lightyellow;">8:00am</td>
<td style="background-color:skyblue;">5:00pm</td>

<td>validitiy:DTD and Relax NG</td>

</tr>

<tr>

<td rowspan="3" style="background-color:violet;">Tuesday</td>

<td stle="background-color:lightyellow;">8:00am</td>

<td style="background-color:gray;">11:00am</td>

<td>XPath</td>

</tr>

<tr>

<td style="background-color:gray;">11:00am</td>

<td style="background-color:lightgreen;">2:00pm</td>

<td></td>

</tr>

<td style="backgroundr-color:lightgreen;">2:00pm</td>

<td style="background-color:skyblue;">5:00pm</td<

<td>XSL

Transformation</td>

</tr>

<tr>

<td style="background-color:violet;">Wednesday</td>

<td syle="background-color:"lightyellow;">8:00am</td>

<td style="bsckground-color:"orange;">12:00pm</td>

<td>XSL Formatting Objects</td>

</tr>

</table>

</body>

</html>

You might also like