Pastebin

New pastes are no longer accepted · Stats

Latest Pastes

html sitr

<html>
<body>

<h1> The dill site</h1

<p>This is a site i created in html so HAH.</p>
<body style="background-color:aqua;">

<table border="2"
  <caption>Admins of this site</caption>
  <tr>
    <th>Rank</th>
    <th>Name</th>
  </tr>
  <tr>
    <td>Adminstrator</td>
    <td>Dill</td>
  </tr>
</table>

<h4>Credits:</h4>
<ul>
  <li>Sausage for inspiring me</li>
  <li> Some webpage for teaching me html</i>
</ul>

<form action="">
Username: <input type="text"
name="user" /><br />
Password: <input type="password"
name="password" />
</form>

<form action="">
<input type="button" value="Login">
</form>

<head>
<title>The dill site</title>
</head>














</body>
</html>