Created
June 11, 2012 05:04
-
-
Save rumidier/2908591 to your computer and use it in GitHub Desktop.
Le-02.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Le-02</title> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> | |
<script src="../scripts/Le02.js" type="text/javascript" charset="utf-8"></script> | |
<link rel="stylesheet" href="../styles/Le02.css" type="text/css" /> | |
</head> | |
<body> | |
<table border="1" cellspacing="1" cellpadding="5"> | |
<thead> | |
<tr> | |
<th>제목</th> | |
<th>분류</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td>As You Like It</td> | |
<td>희극</td> | |
</tr> | |
<tr> | |
<td>All's Well that Ends Well</td> | |
<td>희극</td> | |
</tr> | |
<tr> | |
<td>Hamlet</td> | |
<td>비극</td> | |
</tr> | |
<tr> | |
<td>Macbeth</td> | |
<td>비극</td> | |
</tr> | |
<tr> | |
<td>Henry IV, Part I</td> | |
<td>사극</td> | |
</tr> | |
<tr> | |
<td>Henry V</td> | |
<td>사극</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment