+ 1
Can anybody help me by html
Help please https://code.sololearn.com/WK89IV660e66/?ref=app
6 Answers
+ 1
https://code.sololearn.com/W6v8uvC674C7/?ref=app
0
what do you want the code to do? btw you can use placeholder="" to display text untill people write something on it
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>
0
Thanks roel
0
np
0
nice workđ