-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (51 loc) · 1.71 KB
/
index.html
File metadata and controls
59 lines (51 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<title>Achievment schedule</title>
<meta name="author" content="mayar" />
</head>
<body>
<header>
<h1 style="color:blue"> My weekly achievement </h1>
</header>
<p> One of the most important factors that help in achievement is<strong> planning </strong> . </p>
<img src="C:\Users\HP\Desktop\planing.png" alt="an image showing the layout..." width="150" >
<table >
<thead>
<tr style="background-color: #f2f2f2;">
<th>sunday</th>
<th>monday</th>
<th>thuresday</th>
</tr>
</thead>
<tbody>
<tr>
<td> the study</td>
<td>sport</td>
<td>reading</td>
</tr>
<tr>
<td>cooking</td>
<td>Discover anew skill</td>
<td>the study</td>
</tr>
<tr>
<td>sport</td>
<td>reading</td>
<td>the study</td>
</tr>
</tbody>
</table>
<video width="600" controls>
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
</video>
<style type="text/css">
table{margin: 30px auto;
border-collapse: collapse;
width: 60%;>}
</style>
<footer>
© Mayar ali (7/16/2025)
</footer>
</body>
</html>