My Teams - sorted by Team Name ascending:
Team Year Owner Captain Champions Notes
Boston Bruins 2011 J. Jacups Zdeno Charra Yes More of a gang then a team!
Boston Celtics 2008 Wic Grousbeck Paul Pierce Yes Banner 17
Boston Redsox 2007 John Henry Jason Varitek Yes Can you say Sweep
New England Patriots 2018 Kraft Tom Brady Yes Best Comeback Ever!
USA Hockey 1980 USA Hockey Mike Eruzione Yes Greatest Sporting event EVER!
My Teams - sorted by Team Name decending:
Team Year Owner Captain Champions Notes
USA Hockey 1980 USA Hockey Mike Eruzione Yes Greatest Sporting event EVER!
New England Patriots 2018 Kraft Tom Brady Yes Best Comeback Ever!
Boston Redsox 2007 John Henry Jason Varitek Yes Can you say Sweep
Boston Celtics 2008 Wic Grousbeck Paul Pierce Yes Banner 17
Boston Bruins 2011 J. Jacups Zdeno Charra Yes More of a gang then a team!
HTML Page containing information on my Team:
<html>
<head>
<title>My Team</title></head>
<body>
<H1>Sports Teams</H1>
<table border=1>
<tr><th>Team</th><th>Year</th><th>Owner</th><th>Captain</th><th>Champions</th><th>Notes</th></tr>
<tr><td>Boston Bruins</td><td>2011</td><td>J. Jacups</td><td>Zdeno Charra</td><td>Yes</td><td>More of a gang then a team!</td></tr>
<tr><td>Boston Celtics</td><td>2008</td><td>Wic Grousbeck</td><td>Paul Pierce</td><td>Yes</td><td>Banner 17</td></tr>
<tr><td>Boston Redsox</td><td>2007</td><td>John Henry</td><td>Jason Varitek</td><td>Yes</td><td>Can you say Sweep</td></tr>
<tr><td>New England Patriots</td><td>2018</td><td>Kraft</td><td>Tom Brady</td><td>Yes</td><td>Best Comeback Ever!</td></tr>
<tr><td>USA Hockey</td><td>1980</td><td>USA Hockey</td><td>Mike Eruzione</td><td>Yes</td><td>Greatest Sporting event EVER!</td></tr>
</table>
</body>
</html>
XML file containing information on my Team - by Team Name ascending:
<?xml version="1.0"?>
<teams>
<team>
< teamName>Boston Bruins</ teamName>
< teamYear>2011</ teamYear>
< teamOwner>J. Jacups</ teamOwner>
< teamCaptain>Zdeno Charra</ teamCaptain>
< teamChamps>Yes</ teamChamps>
< teamNotes>More of a gang then a team!</ teamNotes>
</team>
<team>
< teamName>Boston Celtics</ teamName>
< teamYear>2008</ teamYear>
< teamOwner>Wic Grousbeck</ teamOwner>
< teamCaptain>Paul Pierce</ teamCaptain>
< teamChamps>Yes</ teamChamps>
< teamNotes>Banner 17</ teamNotes>
</team>
<team>
< teamName>Boston Redsox</ teamName>
< teamYear>2007</ teamYear>
< teamOwner>John Henry</ teamOwner>
< teamCaptain>Jason Varitek</ teamCaptain>
< teamChamps>Yes</ teamChamps>
< teamNotes>Can you say Sweep</ teamNotes>
</team>
<team>
< teamName>New England Patriots</ teamName>
< teamYear>2018</ teamYear>
< teamOwner>Kraft</ teamOwner>
< teamCaptain>Tom Brady</ teamCaptain>
< teamChamps>Yes</ teamChamps>
< teamNotes>Best Comeback Ever!</ teamNotes>
</team>
<team>
< teamName>USA Hockey</ teamName>
< teamYear>1980</ teamYear>
< teamOwner>USA Hockey</ teamOwner>
< teamCaptain>Mike Eruzione</ teamCaptain>
< teamChamps>Yes</ teamChamps>
< teamNotes>Greatest Sporting event EVER!</ teamNotes>
</team>
</teams>