Skip to content

Instantly share code, notes, and snippets.

@greeneggsandmushrooms
Created October 29, 2017 17:34
Show Gist options
  • Save greeneggsandmushrooms/63459cac171704c1aa2329160adee0b5 to your computer and use it in GitHub Desktop.
Save greeneggsandmushrooms/63459cac171704c1aa2329160adee0b5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
th{
color:blue;
background-color:red;
}
</style>
</head>
<body>
<h1>Forms</h1>
<p>This is form:</p>
<form>
<p>Input: <input type="text" name="input">
<input type="submit" value="Submit to email" id="jsSubmit">
<script>
alert("pop");
</script>
</p>
</form>
<script id="jsbin-source-css" type="text/css">th{
color:blue;
background-color:red;
}</script>
</body>
</html>
th{
color:blue;
background-color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment