Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
T Vamshi Krishna
task-1
Commits
b9639286
Commit
b9639286
authored
Aug 10, 2019
by
T Vamshi Krishna
Browse files
Update index.html
parent
bde6405b
Pipeline
#33004
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
b9639286
...
...
@@ -9,8 +9,9 @@
<form
action=
"/action_page.php"
>
ENTER CUSTOMER NAME :
<br>
<input
type=
"text"
name=
"ENTER CUSTOMER NAME :"
value=
"opt"
>
<input
type=
"radio"
name=
"opt"
onclick=
"USopt"
checked
>
US
<br>
<input
type=
"radio"
name=
"opt"
onclick=
"UKopt"
checked
>
UK
<br>
</form>
<input
type=
"radio"
nam=
"usuk"
onclick=
"function1()"
checked
>
US
</br>
<input
type=
"radio"
name=
"usuk"
onclick=
"function2()"
>
UK
</br>
</form
</body
>
</html>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment