<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
button { | |
font-family: Arial; | |
font-size: 12px; | |
white-space: nowrap; | |
} | |
</style> | |
</head> | |
<body> | |
<button>सभी को डिफ़ॉल्ट पर रीसेट करें</button> | |
<p> | |
The button above should not wrap. | |
</p> | |
</body> | |
</html> |