Added session3 docs
This commit is contained in:
63
Session3_template_tables.html
Normal file
63
Session3_template_tables.html
Normal file
@@ -0,0 +1,63 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Blank Chess Tournament Template</title>
|
||||
<meta name="description" content="Blank template for students to create their chess tournament bracket">
|
||||
</head>
|
||||
<body>
|
||||
<h1>BLANK CHESS TOURNAMENT TEMPLATE</h1>
|
||||
|
||||
<h2>Instructions for Students:</h2>
|
||||
<p>Download this template and complete the following tasks in Microsoft Word or LibreOffice Writer:</p>
|
||||
|
||||
<ol>
|
||||
<li><strong>Format the title</strong> - Make it large, centered, and professional</li>
|
||||
<li><strong>Create tournament information boxes</strong> - Use tables or text boxes</li>
|
||||
<li><strong>Build the bracket tables</strong> - Create 3-column tables and merge cells</li>
|
||||
<li><strong>Add colors and formatting</strong> - Make it visually appealing</li>
|
||||
<li><strong>Create the schedule table</strong> - Organize tournament timing</li>
|
||||
</ol>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- STUDENTS WILL CREATE EVERYTHING BELOW THIS LINE -->
|
||||
|
||||
<h1>ULTIMATE CHESS TOURNAMENT</h1>
|
||||
<p>Spring 2024 Championship</p>
|
||||
|
||||
<div>
|
||||
<h3>TOURNAMENT INFORMATION</h3>
|
||||
<p>Date: ___________________________________</p>
|
||||
<p>Location: _______________________________</p>
|
||||
<p>Organizer: ______________________________</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>GROUP A BRACKET</h3>
|
||||
<p>[Students will create a 3-column, 5-row table here]</p>
|
||||
<p>Round 1 matches: Maria vs Sam, Luca vs Anya, David vs Zoe, Omar vs Chloe</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>GROUP B BRACKET</h3>
|
||||
<p>[Students will create a 3-column, 5-row table here]</p>
|
||||
<p>Round 1 matches: Alex vs Sara, Ben vs Nina, Carlos vs Emma, Daniel vs Lily</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>TOURNAMENT SCHEDULE</h3>
|
||||
<p>[Students will create a 4-column schedule table here]</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>Skills to Practice:</h2>
|
||||
<ul>
|
||||
<li>Creating and formatting tables</li>
|
||||
<li>Merging table cells</li>
|
||||
<li>Adding borders and shading</li>
|
||||
<li>Using different font styles and sizes</li>
|
||||
<li>Creating professional document layouts</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user