Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rakeshpadla24blog #12

Open
rakeshpadla24 opened this issue Aug 26, 2024 · 1 comment
Open

rakeshpadla24blog #12

rakeshpadla24 opened this issue Aug 26, 2024 · 1 comment

Comments

@rakeshpadla24
Copy link

<title>राकेश गुर्जर का पेज</title> <style> body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; margin: 0; padding: 0; } h1 { text-align: center; color: #0056b3; padding: 20px; } p { text-align: center; font-size: 18px; margin: 20px; } .button, .form-button { display: block; width: 200px; margin: 0 auto; padding: 10px; text-align: center; background-color: #0056b3; color: white; border: none; border-radius: 5px; cursor: pointer; } .button:hover, .form-button:hover { background-color: #003d80; } .form-container { text-align: center; margin: 20px; } .form-input { display: block; width: 80%; margin: 10px auto; padding: 10px; border: 1px solid #ddd; border-radius: 5px; } </style>

राकेश गुर्जर

मुझे कोडिंग के बारे में अच्छा ज्ञान है।

Click Me

Contact Me

<textarea id="message" class="form-input" placeholder="Your Message" rows="4" required></textarea> Send Message
<script> function showAlert() { alert('Button was clicked!'); } function handleFormSubmit(event) { event.preventDefault(); // Prevents the default form submission const name = document.getElementById('name').value; const email = document.getElementById('email').value; const message = document.getElementById('message').value; alert(`Thank you, ${name}! Your message has been received.`); // You can add code here to send form data to a server } </script>
@rakeshpadla24
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@rakeshpadla24 and others