+ 1

Can anybody help me by html

Help please https://code.sololearn.com/WK89IV660e66/?ref=app

25th May 2018, 7:49 AM
panic8
panic8 - avatar
6 Answers
+ 1
https://code.sololearn.com/W6v8uvC674C7/?ref=app
25th May 2018, 11:13 AM
panic8
panic8 - avatar
0
what do you want the code to do? btw you can use placeholder="" to display text untill people write something on it
25th May 2018, 8:00 AM
Roel
Roel - avatar
0
<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <input type="username" placeholder="enter your username"><br /> <input type="password" placeholer="enter your password"><br /> <input type="radio" name="gender" value="male" />male </body> </html>
25th May 2018, 8:04 AM
Roel
Roel - avatar
0
Thanks roel
25th May 2018, 8:46 AM
panic8
panic8 - avatar
0
np
25th May 2018, 9:58 AM
Roel
Roel - avatar
0
nice work👍
25th May 2018, 2:47 PM
Roel
Roel - avatar