Can you give me more technic? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can you give me more technic?

<html> <body> <h1 style="color:blue;" align="center"> facebook </h1><br/> <p style="color:grern;"> Log in with your facebook information</p><br/> <form action="www.facebook.com" method="post"> <input type="text" name="username"> username<br/> <input type="password" name="password"> password <br/> <input type="radio" name="gender" value="male">male<br/> <input type="radio" name="gender" value="female">female<br/> <input type="submit" name="submit"> </form> <h5> powered by facebook</h5> <h4> creator Md.Monirul Islam </h4> </body> </html>

22nd Apr 2019, 3:10 PM
Monirul Islam
Monirul Islam - avatar
1 Answer
+ 13
Please specify your question...
22nd Apr 2019, 4:18 PM
JTLZ