OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html style="font-size: 16px"> | 2 <html style="font-size: 16px"> |
3 <head> | 3 <head> |
4 | 4 |
5 <meta name="viewport" content="width=800"> | 5 <meta name="viewport" content="width=800"> |
6 <style> | 6 <style> |
7 body { | 7 body { |
8 width: 800px; | 8 width: 800px; |
9 margin: 0; | 9 margin: 0; |
10 overflow-y: hidden; | 10 overflow-y: hidden; |
(...skipping 32 matching lines...) Loading... |
43 Reset button | 43 Reset button |
44 <input type="reset" value="Reset"> | 44 <input type="reset" value="Reset"> |
45 </div> | 45 </div> |
46 <div> | 46 <div> |
47 Inline button | 47 Inline button |
48 <button>InlineButton</button> | 48 <button>InlineButton</button> |
49 </div> | 49 </div> |
50 | 50 |
51 </body> | 51 </body> |
52 </html> | 52 </html> |
OLD | NEW |