Skip to content

Instantly share code, notes, and snippets.

@04wakeup
Created May 10, 2020 18:59
Show Gist options
  • Save 04wakeup/754339d842cd14b9ff7a80d9e4bb7aff to your computer and use it in GitHub Desktop.
Save 04wakeup/754339d842cd14b9ff7a80d9e4bb7aff to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<body>
<form>
Quiz<br>
<h2>Is the earth round?</h2>
<input type ="radio" name = "raido1" value="yes">yes<br>
<input type ="radio" name = "raido1" value="no">no<br><br>
<u><b>Checkbox</b></u><br>
time: five minuts<br>
<input type="checkbox" name="checkbox1" value="checkbox1">yes<br>
<input type="checkbox" name="checkbox2" value="checkbox2">no<br>
<input type="checkbox" name="checkbox3" value="checkbox3">hint<br>
<input type="checkbox" name="checkbox4" value="checkbox4">more time<br>
</form>
<h1 style = "color:blue;background-color:gray;text-align:
right;margin-right:50px; margin-left:100px; font-family:Impact"><u>header</u><br>ahhh!</h1>
<p style = color:red>hello</p>
<p style = color:purple>hi<br>bbbb</p>
<table style="border: 7px solid red;background-color:blue;color:salmon;text-align:middle; margin:50px; font-family:arial"
align = "center" width = "300px">
<tr>
<td>hello</td>
<td>hello</td>
<td>hello</td>
<td>hello</td>
</tr>
<tr>
<td>hello</td>
<td>hello</td>
<td>hello</td>
<td>hello</td>
</tr>
</table>
<table border=3>
<tr>
<td>Left Column</td>
<td>Middle Column</td>
<td>Right Column</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment