Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #91 from Pomax/issue330
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
Pomax committed Jun 12, 2012
2 parents 4bbcf9f + 7784ec2 commit 3c5b2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default-content.html
Expand Up @@ -27,13 +27,13 @@ <h1>An important heading</h1>
Try changing the words inside of the <h1> and <h2> blue tags above and below this comment. Watch what happens to the preview on the right.
-->

<h2> A less important heading </h2>
<h2>A less important heading</h2>

<!--
The "p" tag below stands for paragraph and is one of the most commonly used elements in HTML. We use it to write, well.. paragraphs of text. Try editing the paragraph, or even adding one or two more. Just remember to have both opening and closing paragraph tags like <p> this </p>. Try making a brand new paragraph under the first paragraph by copying and pasting the entire element - which includes the opening and closing tags and the text.
-->

<p>Loook! I am writing HTML! </p>
<p>Look! I am writing HTML!</p>

</body>
</html>

0 comments on commit 3c5b2bc

Please sign in to comment.