≪!DOCTYPE html≫
≪html lang="en"≫
≪head≫
≪meta charset="UTF-8"≫
≪meta name="viewport" content="width=device-width, initial-scale=1.0"≫
≪title≫Document≪/title≫
≪/head≫
≪body style="text-align: center;"≫
≪form action=""≫
≪label for="full"≫* Full Name≪/label≫
≪input type="text" name="full" id="full" placeholder="Enter your full name "≫
≪br/≫
≪label for="email"≫* Email≪/label≫
≪input type="text" name="email" id="email" placeholder="Enter your email"≫
≪br/≫
≪label for="age"≫* Age≪/label≫
≪input type="text" name="age" id="age" placeholder="age"≫
≪br/≫
≪label for="age"≫Whitch option describe your current rols ?≪/label≫
≪input type="text" list="list" name="rol" id="rol"≫
≪br/≫
≪datalist id="list"≫
≪option value="Student"≫Student≪/option≫
≪option value="Teacher"≫Teacher≪/option≫
≪option value="Employee"≫Employee≪/option≫
≪/datalist≫
≪label for=""≫Would you like to list the refrences ?≪/label≫
≪label for="Yes"≫Yes≪/label≫
≪input type="radio" name="yesno" id="Yes"≫
≪label for="No"≫No≪/label≫
≪input type="radio" name="yesno" id="No"≫
≪br/≫
≪label for="age"≫Whitch option describe your current rols ?≪/label≫
≪input type="checkbox" name="" id=""≫
≪label for=""≫Java≪/label≫
≪input type="checkbox" name="" id=""≫
≪label for=""≫C++≪/label≫
≪input type="checkbox" name="" id=""≫
≪label for=""≫Html≪/label≫
≪input type="checkbox" name="" id=""≫
≪label for=""≫Python≪/label≫
≪input type="checkbox" name="" id=""≫
≪label for=""≫Javascript≪/label≫
≪br/≫
≪label for=""≫Any comment?≪/label≫
≪textarea cols="30" rows="5" name="" id=""≫≪/textarea≫
≪/form≫
≪/body≫
≪/html≫