OLD | NEW |
---|---|
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <style> | 5 <style> |
6 button { | 6 button { |
7 font-family: Arial; | 7 font-family: Arial; |
8 font-size: 12px; | 8 font-size: 12px; |
9 } | 9 } |
10 </style> | 10 </style> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button> | 13 <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button> |
14 <p> | 14 <p> |
15 The button above should not wrap. | 15 The button above should not wrap. |
16 </p> | 16 </p> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |