Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T Vamshi Krishna
task-1
Commits
b9639286
Commit
b9639286
authored
Aug 10, 2019
by
T Vamshi Krishna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update index.html
parent
bde6405b
Pipeline
#33004
passed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.html
index.html
+4
-3
No files found.
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
Markdown
is supported
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