<!DOCTYPE html> <html lang="en"> <head> <title>Table Creation</title> </head> <body> <b>First Name</b> <br/> <input placeholder="write your First Name" type="text"/> <br/><br/> <b>Last Name</b><br/> <input placeholder="write your Last Name" type="text"/> <br/><br/> <b>Country</b><br/> <select> <option>Select your contry</option> <option>India</option> <option>Pakistan</option> <option>NYK</option> </select> <br/><br/> <b>Phone Number</b><br/> <input placeholder="write your phone Number" type="text"/> <br/><br/> <b>Email</br><br/> <input placeholder="write your Email Number" type="text"/> <br/><br/> <b>Password</b><br/> <input placeholder="write your password" type="password"/> <br/><br/> <b>Gender</br><br/> <input type="radio" name="gender"/> Male <input name="gender" type="radio"/> Female </br></br> <b>Data of Birth</b><br/> <select> <option>Date</option> <option>1</option> <option>2</option> <option>3</option> <option>3</option> <option>4</option> <option>5</option> <option>6</option> <option>7</option> <option>8</option> <option>9</option> </select> <select> <option>Months</option> <option>January</option> <option>February</option> <option>March</option> <option>April</option> <option>May</option> <option>June</option> <option>July</option> <option>August</option> <option>September</option> <option>October</option> </select> <select> <option>Year</option> <option>1900</option> <option>2000</option> <option>3000</option> <option>3000</option> <option>4000</option> <option>5000</option> <option>6000</option> <option>7000</option> <option>8000</option> <option>9000</option> </select> <br/><br/><b>Choose your favorite color</b><br/> <input type="checkbox"/> Black <input type="checkbox"/> Whte <input type="checkbox"/> Red <input type="checkbox"/> Green <input type="checkbox"/> Blue <input type="checkbox"/> Orange <br/><br/><b>About Yourself</b> <br/> <br/><b>upload your profile picture</b><br/> <input type="file"/><br><br/> <textarea placeholder="write about yourself" cols="40" rows="7"> </textarea> </b> <br/><button>Sign Up</button> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter