File tree Expand file tree Collapse file tree
Tut-2_Creating our First Webpage
Tut-4_Paragraphs and Line Breaks
Tut-5_Bold, Italics, and Comments Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!doctype html>
2+
3+ < html >
4+ < head >
5+ < title > This is the title sucker! </ title >
6+ </ head >
7+
8+ </ html >
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+
3+ < html >
4+ < head >
5+ < title > This is the title sucker! </ title >
6+ </ head >
7+
8+ < body >
9+ < h1 > The world end in 2012!</ h1 >
10+ < h2 > The world end in 2012!</ h2 >
11+ i am in the body
12+ </ body >
13+
14+ </ html >
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+
3+ < html >
4+ < head >
5+ < title > This is the title sucker! </ title >
6+ </ head >
7+
8+ < body >
9+ < h1 > Best Website Ever!</ h1 >
10+ < p > This is my paragraph</ p >
11+
12+ < h2 > This is the second header</ h2 >
13+ < p > This is the second paragrpahg. < br /> And now im done with this tuitroisl.</ p >
14+ </ body >
15+
16+ </ html >
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+
3+ < html >
4+ < head >
5+ < title > This is the title sucker! </ title >
6+ </ head >
7+
8+ < body >
9+ hi my < em > name</ em > is bucky
10+
11+ <!-- 12/22/22 -->
12+ < p > i am very lucky</ p >
13+ < p > This is the < strong > second</ strong > paragrpahg. < br /> And now < em > im done with this</ em > tuitroisl.</ p >
14+ </ body >
15+
16+ </ html >
You can’t perform that action at this time.
0 commit comments