Created
August 19, 2014 04:46
-
-
Save jiyeonseo/03e9b45ab520d8f48ed7 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<html> | |
<head lang="ko"> | |
<meta charset="UTF-8"> | |
<title>First HOMEWORK</title> | |
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> | |
<script type="application/javascript" src="http://code.jquery.com/jquery-1.11.1.js"></script> | |
<script type="application/javascript" src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> | |
<style> | |
.content{ | |
width : 1000px; | |
margin : 50px auto; | |
} | |
.list{ | |
margin-top:20px; | |
} | |
#enterNewWork{ | |
width:400px; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="content"> | |
<h2>더보기 댓글</h2> | |
<table class="table"> | |
<thead> | |
<tr> | |
<th>index</th> | |
<th>내용</th> | |
</tr> | |
</thead> | |
<tbody> | |
<tr> | |
<td></td> | |
<td></td> | |
</tr> | |
</tbody> | |
</table> | |
<button class="btn btn-default">더보기</button> | |
</div> | |
<script type="text/javascript"> | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment