Skip to content
View Iqraansar's full-sized avatar

Block or report Iqraansar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Iqraansar/README.md
  • 👋 Hi, I’m @Iqraansar
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...
  • 😄 Pronouns: ...
  • ⚡ Fun fact: ...
<style> h1 { background-color: green; }

div { background-color: lightblue; }

p { background-color: Blue; } </style>

LuxeNailSalon&Spa

Services

<title>Event Registration Form</title>

Book Appointment

<label for="fullname">Full Name <span class="required">*</span></label>
<input type="text" id="fullname" name="fullname" required minlength="2" maxlength="50" placeholder="John Doe"><br>

<label for="email">Email <span class="required">*</span></label>
<input type="email" id="email" name="email" required pattern="[^@\s]+@[^@\s]+\.[^@\s]+" placeholder="example@domain.com"><br>

<label for="phone">Phone Number (format: 123-456-7890)</label>
<input type="tel" id="phone" name="phone" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" placeholder="123-456-7890"><br>

<label for="birthdate">Birth Date</label>
<input type="date" id="birthdate" name="birthdate" min="1900-01-01" max="2010-12-31"><br>

<label for="timeSlot">Preferred Time Slot</label>
<input type="time" id="timeSlot" name="timeSlot" step="900"><br>


<button type="submit">Submit</button>
<script> function validateForm() { const name = document.getElementById('fullname').value.trim(); const email = document.getElementById('email').value.trim(); const emailPattern = /^[^@\s]+@[^@\s]+\.[^@\s]+$/; let errors = []; if (name.length < 2) { errors.push("Full name must be at least 2 characters long."); } if (!emailPattern.test(email)) { errors.push("Enter a valid email address."); } if (errors.length > 0) { alert(errors.join("\n")); return false; } return true; } </script>

Popular repositories Loading

  1. Iqraansar Iqraansar Public

    Config files for my GitHub profile.

  2. my-website my-website Public template