File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 11
11
< header >
12
12
< h1 > Boolean Coding Week</ h1 >
13
13
</ header >
14
+
15
+ < main >
16
+ < h2 > Intro to HTML</ h2 >
17
+ < h3 > Basic Text Elements</ h3 >
18
+ < p > Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim quia suscipit recusandae velit tempora repudiandae
19
+ molestias sed, officia doloribus ipsam quas vero odit officiis saepe molestiae dignissimos iste? Aliquid est
20
+ necessitatibus ab quibusdam voluptas molestias pariatur corrupti incidunt debitis ea nobis iste laboriosam dolorum
21
+ a maxime, dicta in ratione explicabo!
22
+ </ p >
23
+
24
+ < p > Colours of the rainbow:</ p >
25
+ < ul >
26
+ < li > Red</ li >
27
+ < li > Orange</ li >
28
+ < li > Yellow</ li >
29
+ < li > Green</ li >
30
+ < li > Blue</ li >
31
+ < li > Indigo</ li >
32
+ < li > Violet</ li >
33
+ </ ul >
34
+
35
+ < p > My Daily Routine:</ p >
36
+ < ol >
37
+ < li > Wake up</ li >
38
+ < li > Have breakfast</ li >
39
+ < li > Get changed</ li >
40
+ < li > Teach morning class</ li >
41
+ < li > Go to gym</ li >
42
+ < li > Have lunch</ li >
43
+ < li > ...</ li >
44
+ </ ol >
45
+ </ main >
14
46
</ body >
15
47
16
48
</ html >
You can’t perform that action at this time.
0 commit comments