Hey there
I'm tryin to create a simple button in HTML 5. I'm trying to add a gradient to they button but I can't find a good tutorial.
This is what I have so far:
<!doctype html>
<html>
<head><title>Images</title>
<script type="javascript">
</script>
</head>
<body>
<header>
My Images
</header>
<section>
<button id="start" onclick="javaScript:alert('hello')" >Start
</button>
</section>
</body>
</html>
any help woulb be appreciated