-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path100doc.html
More file actions
58 lines (57 loc) · 1.45 KB
/
100doc.html
File metadata and controls
58 lines (57 loc) · 1.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>100 Days of Code Status</title>
</head>
<body>
<table border = "1">
<tr>
<th><strong>Day Number</strong></th>
<th><strong>Topics Covered</strong></th>
</tr>
<tr>
<td>Day 1</td>
<td>HTML Tags, HTML Attributes</td>
</tr>
<tr>
<td>Day 2</td>
<td>Boiler Plate Code, HTML Lists</td>
</tr>
<tr>
<td>Day 3</td>
<td>HTML - Image Insertion, Link Insertion</td>
</tr>
<tr>
<td>Day 4</td>
<td>HTML Table</td>
</tr>
<tr>
<td>Day 5</td>
<td>HTML Forms</td>
</tr>
<tr>
<td>Day 6</td>
<td>CSS Introduction :- Inline, Internal, External</td>
</tr>
<tr>
<td>Day 7</td>
<td>CSS Basics :- Class, IDs and SudoClass</td>
</tr>
<tr>
<td>Day 8</td>
<td>Favicons, HTML Divs</td>
</tr>
<tr>
<td>Day 9</td>
<td>The box model of CSS</td>
</tr>
<tr>
<td>Day 10</td>
<td>CSS Display Properties and Positioning </td>
</tr>
</table>
</body>
</html>