Skip to content

Instantly share code, notes, and snippets.

@Regedit-msc
Created November 1, 2020 09:23
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 Regedit-msc/2a9874417da11d460db279ece5b5fc11 to your computer and use it in GitHub Desktop.
Save Regedit-msc/2a9874417da11d460db279ece5b5fc11 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Test page</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!--Head section-->
<header>
<h1>Inspiring Quotes.</h1>
</header><br>
<!--Nav section-->
<nav>
<a href="#" target="_blank">Home</a><br>
<a href="#">News</a><br>
</nav>
<!--Body/Content Section-->
<section>
<h1> Resize to see how it responds.</h1>
</section>
<!--Another Section-->
<div>
<p>
What's your name? <span><button type="button">Click Me !!!</button></span>
</p>
<!--Form-->
<form>
<input type="text" name="name" value="My name" placeholder="Your post" >
<br><br>
<input type="submit" value="Send">
</form>
<!--Table-->
<table>
<tr>
<th>
<td>Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
</th>
<th>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
</th>
<th>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
</th>
<th>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
</th>
</tr>
<tr>
<th>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
</th>
<th>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
<td>More Stuff</td>
</th>
<tbody>
<td>The Body</td>
<td>The Body</td>
<td>The Body</td>
<td>The Body</td>
</tbody>
<tbody>
<td>The Body </td>
<td>The Body </td>
<td>The Body </td>
<td>The Body </td>
</tbody>
</tr>
<tr>
<tbody>
<td>The Body</td>
<td>The Body</td>
<td>The Body</td>
<td>The Body</td>
</tbody>
</tr>
</table>
</div>
<!--Footer-->
<footer><cite>
The world revolves around norms and societal
values<hr> <q>-BlogPost</q></cite>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment