File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33< head >
4- < title > Test Page ! </ title >
4+ < title > Csskrt Csskrt Test </ title >
55 < meta charset ="UTF-8 ">
66</ head >
77
88< body >
99< div >
10- < h1 > Hello World </ h1 >
11- < p class ="testclass "> Bonjour ! </ p >
10+ < h1 > < i > Csskrt Csskrt </ i > </ h1 >
11+ < p class ="testclass "> This is the test page </ p >
1212 < button > Click Me !</ button >
1313
14+ < h2 > Forms ! </ h2 >
1415 < form >
1516 < label for ="someText "> Here is an input field </ label >
1617 < input id ="someText " type ="text ">
@@ -30,26 +31,29 @@ <h1> Hello World </h1>
3031 < button class ="my-button-test " type ="submit " onclick ="alert('submitted') "> Click me</ button >
3132 </ form >
3233
33- < table id ="test ">
34- < tr >
35- < th > Firstname</ th >
36- < th > Lastname</ th >
37- < th > Age</ th >
38- </ tr >
39- < tr >
40- < td > John</ td >
41- < td > Smith</ td >
42- < td > 21</ td >
43- </ tr >
44- < tr >
45- < td > Susan</ td >
46- < td > Johnson</ td >
47- < td > 66</ td >
48- </ tr >
49- </ table >
34+ < div >
35+ < h2 > Tables ! </ h2 >
36+ < table id ="test ">
37+ < tr >
38+ < th > Firstname</ th >
39+ < th > Lastname</ th >
40+ < th > Age</ th >
41+ </ tr >
42+ < tr >
43+ < td > John</ td >
44+ < td > Smith</ td >
45+ < td > 21</ td >
46+ </ tr >
47+ < tr >
48+ < td > Susan</ td >
49+ < td > Johnson</ td >
50+ < td > 66</ td >
51+ </ tr >
52+ </ table >
53+ </ div >
5054
5155 < div >
52- < h1 > Car Brands </ h1 >
56+ < h2 > Lists ! </ h2 >
5357 < ul >
5458 < li >
5559 BMW
You can’t perform that action at this time.
0 commit comments