Skip to content

Instantly share code, notes, and snippets.

@owenl131
Created May 13, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save owenl131/88b6f348eed4a5091d91 to your computer and use it in GitHub Desktop.
Save owenl131/88b6f348eed4a5091d91 to your computer and use it in GitHub Desktop.
owenlnushworkshop
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body style="background-color:lightgreen;font-family:arial">
<h1>h1 tag</h1>
<h2>Hello World!</h2>
<h3>Unordered list</h3>
<ul style="list-style-type:square">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
<p>For more info click <a href="https://www.google.com.sg/" target="_blank">here</a>.</p>
<form action="">
Username:<br><input type="text" name="username"><br>
Password:<br><input type="password" name="password">
</form>
<br>
<input type="button" value="Submit">
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment