Last active
August 25, 2019 18:40
-
-
Save hustKiwi/9d53ddf1fc0946782d909893c40acc2d to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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