File tree Expand file tree Collapse file tree 4 files changed +77
-7
lines changed
Expand file tree Collapse file tree 4 files changed +77
-7
lines changed Original file line number Diff line number Diff line change 1- < h1 > Hello</ h1 >
1+ < html >
2+ < body >
3+ < h1 > You're using a layout</ h1 >
4+ < p >
5+ < h3 > I'm a header</ h3 >
6+ < p > < ol >
7+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
8+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
9+ < a href ='me.html '> Me</ a >
10+
11+ </ p >
12+ < hr />
13+ < div >
14+ < h1 > Hello</ h1 >
215< p >
316 The time is now:
4- 2013-02-21 23:45:42 -0500
17+ 2013-02-21 23:50:45 -0500
518</ p >
619
720< p >
821 My Name is:
922
1023</ p >
1124
25+
26+ </ div >
27+ < hr />
28+ < div >
29+ < h3 > I'm a footer</ h3 >
30+ < p > < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
31+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
32+ </ div >
33+ </ body >
34+ </ html >
Original file line number Diff line number Diff line change 1- foo
1+ < html >
2+ < body >
3+ < h1 > You're using a layout</ h1 >
4+ < p >
5+ < h3 > I'm a header</ h3 >
6+ < p > < ol >
7+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
8+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
9+ < a href ='me.html '> Me</ a >
10+
11+ </ p >
12+ < hr />
13+ < div >
14+ foo
15+ </ div >
16+ < hr />
17+ < div >
18+ < h3 > I'm a footer</ h3 >
19+ < p > < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
20+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
21+ </ div >
22+ </ body >
23+ </ html >
Original file line number Diff line number Diff line change 1- < h1 > Stephen's example page for schneems homework </ h1 >
1+ < html >
2+ < body >
3+ < h1 > You're using a layout</ h1 >
4+ < p >
5+ < h3 > I'm a header</ h3 >
6+ < p > < ol >
7+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
8+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
9+ < a href ='me.html '> Me</ a >
10+
11+ </ p >
12+ < hr />
13+ < div >
14+ < h1 > Stephen's example page for schneems homework </ h1 >
215
316< ul >
417
@@ -21,4 +34,13 @@ <h1> Stephen's example page for schneems homework </h1>
2134 HELLO THIS WAS WRITTEN IN ALL DOWNCASE AND NOW SHOULD BE CONVERTED TO A UPCASE STRING VIA THE UPCASE METHOD
2235 < br >
2336 2
24- </ ul >
37+ </ ul >
38+ </ div >
39+ < hr />
40+ < div >
41+ < h3 > I'm a footer</ h3 >
42+ < p > < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
43+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
44+ </ div >
45+ </ body >
46+ </ html >
Original file line number Diff line number Diff line change 33 < h1 > You're using a layout</ h1 >
44 < p >
55 < h3 > I'm a header</ h3 >
6- < p > Put things in the header</ p >
6+ < p > < ol >
7+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
8+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
79 < a href ='me.html '> Me</ a >
810
911 </ p >
1416 < hr />
1517 < div >
1618 < h3 > I'm a footer</ h3 >
17- < p > Put things in the footer</ p >
19+ < p > < li > < a href ="http://google.com "> This is a link to google</ a > </ li >
20+ < li > < a href ="http://google.com "> This is a link to google</ a > </ li > </ p >
1821 </ div >
1922 </ body >
2023</ html >
You can’t perform that action at this time.
0 commit comments