Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Last active August 25, 2019 18:40
Show Gist options
  • Save hustKiwi/9d53ddf1fc0946782d909893c40acc2d to your computer and use it in GitHub Desktop.
Save hustKiwi/9d53ddf1fc0946782d909893c40acc2d to your computer and use it in GitHub Desktop.
Untitled
<!--The em element represents stress emphasis of
its contents.-->
<p>Cats are cute animals.</p>
<p><em>Cats</em> are cute animals.</p>
<p>Cats <em>are</em> cute animals.</p>
<p>Cats are <em>cute</em> animals.</p>
<p>Cats are cute <em>animals</em>.</p>
<!--The strong element represents strong importance,
seriousness, or urgency for its contents.-->
<h1>Chapter 1: <strong>HTML Basics</strong></h1>
<p><strong>Warning:</strong> Over speeding is dangerous!</p>
<p>Welcome to Remy, the reminder system.</p>
<p>Your tasks for today:</p>
<ul>
<li><p><strong>Turn off the oven.</strong></p></li>
<li><p>Put out the trash.</p></li>
<li><p>Do the laundry.</p></li>
</ul>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment