민병수

start2

1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 - 4 + <meta charset="utf-8">
5 + <meta name="viewport" content="width=device-width, initial-">
5 </head> 6 </head>
7 + <body>
8 + <ol id = "specail" type = "I">
9 + <li>1</li>
10 + <li>2</li>
11 + <li>3</li>
12 + </ol>
13 + <button>
14 + Start
15 + </button>
16 + <button>
17 + Exit
18 + </button>
19 + </body>
6 </html> 20 </html>
...\ No newline at end of file ...\ No newline at end of file
......