TemplateTbs.htm
Digerati
Tutor (토론 | 기여) 사용자의 2019년 11월 4일 (월) 14:14 판 (새 문서: <pre> <!--Template for displying search results, Center for DH at AKS--> <html> <head> <title>Retrieved Data Set</title> <meta charset="UTF-8"/> <style> table { border:1px so...)
<!--Template for displying search results, Center for DH at AKS-->
<html>
<head>
<title>Retrieved Data Set</title>
<meta charset="UTF-8"/>
<style>
table {
border:1px solid #444444;
text-align:left;
width:100%;
color:#202020;
font-size:15px;
font-family:함초롬바탕;
}
table th {
background-color:Olive;
color:White;
}
table tr:nth-child(odd) td{
background:#ffffff;
}
table tr:nth-child(even) td{
background:#dfdfdf;
}
td {
padding: 5px 10px 5px 10px;
}
</style>
</head>
<body>
#YourData
</body>
</html>