By GokiSoft.com|
21:11 18/10/2023|
Học HTML5 - CSS3
Thiết kế calendar page bằng HTML5/CSS - Tạo website calendar HTML5/CSS
Tags:
Phản hồi từ học viên
5
(Dựa trên đánh giá ngày hôm nay)
![hohuy1610@gmail.com [community,C2108L]](https://www.gravatar.com/avatar/15e0636181e201af8d78b5d3e072fd0b.jpg?s=80&d=mm&r=g)
hohuy1610@gmail.com
2021-11-17 09:31:23
https://github.com/HoGiaHuy2003/C2108L-HTML-CSS-JS/tree/master/day-4/bt1577
![Dương Văn Hoàng [community]](https://www.gravatar.com/avatar/9c94f968b37beee8112f951fc0dd429c.jpg?s=80&d=mm&r=g)
Dương Văn Hoàng
2021-11-16 04:31:17
https://github.com/hoangtran03/Aptech/tree/main/bt1577
![Trinh Huy Hung [community,C2009I]](https://www.gravatar.com/avatar/c5cd1f25c7a1fbe45b7ee35a66ceeb6c.jpg?s=80&d=mm&r=g)
Trinh Huy Hung
2020-12-10 04:11:23
https://laball.herokuapp.com/lab3/bai3/Attendance.html
![tranminhhieu [community,C2009I]](https://www.gravatar.com/avatar/3c520481f26b545e045142eafedee5d7.jpg?s=80&d=mm&r=g)
![silentvoice [C2009I]](https://www.gravatar.com/avatar/9e5d35bff7e4f5191ba44a5e273bd9ca.jpg?s=80&d=mm&r=g)
silentvoice
2020-12-07 09:35:31
https://phamngoclong.herokuapp.com/baitaplab3/attendance/attendance.html
![Vũ Trung Kiên [C2009I]](https://www.gravatar.com/avatar/abf994de48c0204239812f8d9a7dcf8c.jpg?s=80&d=mm&r=g)
Vũ Trung Kiên
2020-12-07 08:21:41
#Attendance.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Weekly Attendance Sheet</title>
</head>
<body>
<h2>
Attendance Sheet
</h2>
<center>
<a href="Attendance.html"><img src="img/week1.jpg"></a>
<a href="Attendance2.html"><img src="img/week2.jpg"></a>
<a href="Attendance3.html"><img src="img/week3.jpg"></a>
<a href="Attendance4.html"><img src="img/week4.jpg"></a>
</center>
<table class="st">
<tr>
<th>Week 1</th>
</tr>
</table>
<table>
<tr>
<th></th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Total</th>
</tr>
<tr>
<td>John</td><td>P</td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>5</td>
</tr>
<tr>
<td>Smith</td><td></td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>4</td>
</tr>
<tr>
<td>David</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>6</td>
</tr>
<tr>
<td>Mark</td><td>P</td><td></td><td>P</td><td></td><td>P</td><td></td><td>3</td>
</tr>
</table>
</body>
</html>
#Attendance2.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Weekly Attendance Sheet</title>
</head>
<body>
<h2>
Attendance Sheet
</h2>
<center>
<a href="Attendance.html"><img src="img/week1.jpg"></a>
<a href="Attendance2.html"><img src="img/week2.jpg"></a>
<a href="Attendance3.html"><img src="img/week3.jpg"></a>
<a href="Attendance4.html"><img src="img/week4.jpg"></a>
</center>
<table class="st">
<tr>
<th>Week 2</th>
</tr>
</table>
<table>
<tr>
<th></th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Total</th>
</tr>
<tr>
<td>John</td><td>P</td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>5</td>
</tr>
<tr>
<td>Smith</td><td></td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>4</td>
</tr>
<tr>
<td>David</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>6</td>
</tr>
<tr>
<td>Mark</td><td>P</td><td></td><td>P</td><td></td><td>P</td><td></td><td>3</td>
</tr>
</table>
</body>
</html>
#Attendance3.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Weekly Attendance Sheet</title>
</head>
<body>
<h2>
Attendance Sheet
</h2>
<center>
<a href="Attendance.html"><img src="img/week1.jpg"></a>
<a href="Attendance2.html"><img src="img/week2.jpg"></a>
<a href="Attendance3.html"><img src="img/week3.jpg"></a>
<a href="Attendance4.html"><img src="img/week4.jpg"></a>
</center>
<table class="st">
<tr>
<th>Week 3</th>
</tr>
</table>
<table>
<tr>
<th></th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Total</th>
</tr>
<tr>
<td>John</td><td>P</td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>5</td>
</tr>
<tr>
<td>Smith</td><td></td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>4</td>
</tr>
<tr>
<td>David</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>6</td>
</tr>
<tr>
<td>Mark</td><td>P</td><td></td><td>P</td><td></td><td>P</td><td></td><td>3</td>
</tr>
</table>
</body>
</html>
#Attendance4.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Weekly Attendance Sheet</title>
</head>
<body>
<h2>
Attendance Sheet
</h2>
<center>
<a href="Attendance.html"><img src="img/week1.jpg"></a>
<a href="Attendance2.html"><img src="img/week2.jpg"></a>
<a href="Attendance3.html"><img src="img/week3.jpg"></a>
<a href="Attendance4.html"><img src="img/week4.jpg"></a>
</center>
<table class="st">
<tr>
<th>Week 4</th>
</tr>
</table>
<table>
<tr>
<th></th><th>Mon</th><th>Tue</th><th>Wed</th><th>Thu</th><th>Fri</th><th>Sat</th><th>Total</th>
</tr>
<tr>
<td>John</td><td>P</td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>5</td>
</tr>
<tr>
<td>Smith</td><td></td><td>P</td><td>P</td><td>P</td><td></td><td>P</td><td>4</td>
</tr>
<tr>
<td>David</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>P</td><td>6</td>
</tr>
<tr>
<td>Mark</td><td>P</td><td></td><td>P</td><td></td><td>P</td><td></td><td>3</td>
</tr>
</table>
</body>
</html>
#style.css
body
{
background-color: #FFFFCC;
}
h2
{
text-decoration: underline;
text-align: center;
}
.navigation
{
position: relative;
left: 25%;
text-align: center;
}
.tablesection
{
position: fixed;
text-align: center;
background-color: #FFFFDD;
position: relative;
top: 7em;
}
.CAPTION
{
background-color: rgb(255,185,115);
font-family: arial;
font-size: 1em;
}
table th
{
text-align: center;
border: solid thin #D0D0D0;
empty-cells: show;
}
table td
{
text-align: center;
border: solid thin #D0D0D0;
empty-cells: show;
}
.st
{
width: 287px;
background-color: orange;
}
.st tr th
{
border: none;
}
![nguyen hoang viet [community,C2009I]](https://www.gravatar.com/avatar/d2766fccea69cebc93358554d1a18e65.jpg?s=80&d=mm&r=g)
nguyen hoang viet
2020-12-06 11:10:34
https://nguyenhoangviet.herokuapp.com/Attendance.html
![Nguyễn Hải Đăng [community,C2009I]](https://www.gravatar.com/avatar/8ea49f7d50e84016c91b9c881b3f92ac.jpg?s=80&d=mm&r=g)
![Lê Sĩ Tuyển [community,C2009I]](https://www.gravatar.com/avatar/22f5881f5e83b4dfb378a4c0ca7d67cd.jpg?s=80&d=mm&r=g)
Lê Sĩ Tuyển
2020-12-05 09:32:05
https://tuyen6tuoi.herokuapp.com/leson3/week4.html
![Trần Thị Khánh Huyền [T2008A]](https://www.gravatar.com/avatar/554e115833778e4294a01aebe228f3d6.jpg?s=80&d=mm&r=g)
Trần Thị Khánh Huyền
2020-11-07 01:51:57
#week4.html
<!DOCTYPE html>
<html>
<head>
<title>Attendance</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h2>Attendance Sheet</h2>
<div id ="show">
<div class="button"><a href="week1.html">Week1</a></div>
<div class="button"><a href="week2.html">Week2</a></div>
<div class="button"><a href="week3.html">Week3</a></div>
<div class="button"><a href="week4.html">Week4</a></div>
</div>
<table class="table">
<tr>
<th></th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
<th>Total</th>
</tr>
<tr>
<th>John</th>
<th>p</th>
<th></th>
<th></th>
<th>p</th>
<th></th>
<th>p</th>
<th>3</th>
</tr>
<tr>
<th>Smith</th>
<th></th>
<th>p</th>
<th>p</th>
<th>p</th>
<th></th>
<th>p</th>
<th>4</th>
</tr>
<tr>
<th>David</th>
<th>p</th>
<th></th>
<th>p</th>
<th>p</th>
<th>p</th>
<th></th>
<th>4</th>
</tr>
<tr>
<th>Mark</th>
<th>p</th>
<th>p</th>
<th>p</th>
<th>p</th>
<th>p</th>
<th></th>
<th>5</th>
</tr>
</table>
</body>
</html>