Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Odd Number Checker</title>
<style>
body { font-family: Arial, sans-serif; margin: 40px; }
input, button { font-size: 1rem; margin: 5px; }
#result { margin-top: 10px; font-weight: bold; }
</style>