JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

exp2 | JustPaste.app
2 months ago0 views
💻Technology

exp2

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Feedback</title>

</head>

<body>

<h2>Feedback Form</h2>

<form>

<input placeholder="Name"><br><br>

<input type="email" placeholder="Email"><br><br>

<input list="events">

<datalist id="events">

<option>Workshop</option>

<option>Seminar</option>

</datalist><br><br>

<input type="radio" name="r">Good

<input type="radio" name="r">Bad<br><br>

<input type="checkbox">Content

<input type="checkbox">Speaker<br><br>

<textarea placeholder="Feedback"></textarea><br><br>

<input type="submit">

</form>

</body>

</html>

← Back to timeline