File tree Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change 1+ < html >
2+ < head >
3+ < title > 2 page</ title >
4+ </ head >
5+ < body >
6+ < strike > strike this line</ strike >
7+ < i > archana</ i >
8+ < blockquote > let me check how the block quotes work</ blockquote >
9+ < abbr > del</ abbr >
10+
11+ < p > < cite > The Scream</ cite > by Edward Munch. Painted in 1893.</ p >
12+
13+ < p > < abbr title ="World Health Organization "> WHO</ abbr > was founded in 1948.</ p >
14+
15+ </ body >
16+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < title > More Tags</ title >
5+ </ head >
6+ < body >
7+ < p >
8+ < dfn > < abbr title ="Cascading Style Sheet "> CSS</ abbr > </ dfn
9+ > is a language that describe the style of an HTML document.
10+ </ p >
11+ < address > 1025 Hill wood road minosota pin-19229</ address >
12+ < code > if(i=0;i< 5 ;i++) { y =i+5; } </ code >
13+ < p > This text contains subscript text X< sub > 2</ sub > </ p >
14+ < p > This text contains superscript text y< sup > 8</ sup > </ p >
15+ < small > this is small text</ small > < br />
16+ < strong > This text is strong</ strong > < br />
17+ < b > This text is bold</ b > < br />
18+ < em > This text is emphasis text</ em > < br />
19+ < i > italic text here</ i > < br />
20+ </ body >
21+ </ html >
Original file line number Diff line number Diff line change 77
88
99# ex01-dark-mode-calculator
10- # ex02-
10+ # ex02-
11+ ------------------------------------
12+ # HTML Tags
13+ - cite:
14+ - abbr:
15+ -
You can’t perform that action at this time.
0 commit comments