Skip to content

Instantly share code, notes, and snippets.

@DrDeevit
Created February 4, 2022 14:46
Show Gist options
  • Save DrDeevit/3db0e78d4c16967f29c8babafc548ba6 to your computer and use it in GitHub Desktop.
Save DrDeevit/3db0e78d4c16967f29c8babafc548ba6 to your computer and use it in GitHub Desktop.
interestsPen
<div>
<h1>This is a heading</h1>
<h2>This is also a heading</h2>
</div>
<div>
<p>This is a paragraph</p>
<p>This is a paragraph with <b>bold</b> text and also with <em>emphasized text</em>.</p>
<p>So, I like to read and play games; <b><em>The legend of Zelda</em></b> is one of my favorite games.</p>
<h2><em><b>Psalm 27:4</b></em> is one of my favorite scripture.</h2>
<p>One of my favorite things to do is play drums:</p>
<img src="https://static.roland.com/products/td-50kv2/images/td-50kv2_main.jpg" style="width:25%;">
<h2>I work for a medical organization</h2>
<a href="https://www.atalmedial.nl" target="_blank">My company's website</a>
</div>
<p>List of drinks I like:</p>
<ul>
<li>Esspresso</li>
<li>Beer</li>
<li>Cappuccino</li>
</ul>
<p>My top 3 games</p>
<ol>
<li>Zelda</li>
<li>Mario World</li>
<li>Secret of Mana</li>
</ol>
<table>
<tr>
<th>test</th>
<th>test</th>
</tr>
<tr>
<td>test</td>
<td>test</td>
</tr>
</table>
<p>My family:</p>
<ul>
<li>Dad and Mum</li>
<li>Esther</li>
<li>David</li>
<li>Pepijn
<ul>
<li>Ezra</li>
<li>Kain</li>
</ul>
</li>
<li>Annemijn</li>
<li>Mary Claire
<ul>
<li>Gideon</li>
<li>Joel</li>
<li>Benjamin</li>
<li>Lucas</li>
<li>Eliza</li>
</ul>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment