Yashshukla (Talk | contribs) |
Yashshukla (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{:Team:Hong_Kong_HKU/Templates/NavBar}} | {{:Team:Hong_Kong_HKU/Templates/NavBar}} | ||
<html> | <html> | ||
− | + | <html> | |
− | < | + | |
− | + | ||
− | + | ||
<head> | <head> | ||
<style> | <style> | ||
Line 21: | Line 18: | ||
</style> | </style> | ||
</head> | </head> | ||
+ | <body> | ||
+ | <h2>CSS Buttons</h2> | ||
+ | |||
+ | <button>Default Button</button> | ||
+ | <a href="#" class="button">Link Button</a> | ||
+ | <button class="button">Button</button> | ||
+ | <input type="button" class="button" value="Input Button"> | ||
</body> | </body> | ||
+ | </html> | ||
+ | |||
</html> | </html> |
Revision as of 01:06, 31 October 2017
CSS Buttons
Link Button
</html>