ICT
Translate
Monday, 30 October 2017
input button tag
<!DOCTYPE html>
<html>
<head>
<title>Input Button</title>
</head>
<body>
<input type="button" value="Click Me">
</body>
</html>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Featured post
check box
<!DOCTYPE html> <html> <head> <title>Check Box</title> </head> <body> <input ty...
No comments:
Post a Comment