Prev Demo
Button Links
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <a class="btn" href="http://www.dotnetfunda.com">dotnetfunda</a> <button class="btn" type="submit">Button</button> <input class="btn" type="button" value="Input"> <input class="btn" type="submit" value="Submit"> </body> </html>
Note: We DO NOT save your trial code in our database.
Output