Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit f2df339

Browse files
committed
adding atoms/text files
1 parent e8c9d9d commit f2df339

File tree

7 files changed

+62
-0
lines changed

7 files changed

+62
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<h1>Heading Level 1</h1>
2+
<h2>Heading Level 2</h2>
3+
<h3>Heading Level 3</h3>
4+
<h4>Heading Level 4</h4>
5+
<h5>Heading Level 5</h5>
6+
<h6>Heading Level 6</h6>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>A paragraph (from the Greek paragraphos, "to write beside" or "written beside") is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.</p>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<blockquote>
2+
<p>A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text, and typically distinguished visually using indentation and a different typeface or smaller size quotation.</p>
3+
</blockquote>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<div class="text">
2+
<p><a href="#">This is a text link</a></p>
3+
4+
<p><strong>Strong is used to indicate strong importance</strong></p>
5+
6+
<p><em>This text has added emphasis</em></p>
7+
8+
<p>The <b>b element</b> is stylistically different text from normal text, without any special importance</p>
9+
10+
<p>The <i>i element</i> is text that is set off from the normal text</p>
11+
12+
<p>The <u>u element</u> is text with an unarticulated, though explicitly rendered, non-textual annotation</p>
13+
14+
<p><del>This text is deleted</del> and <ins>This text is inserted</ins></p>
15+
16+
<p><s>This text has a strikethrough</s></p>
17+
18+
<p>Superscript<sup>®</sup></p>
19+
20+
<p>Subscript for things like H<sub>2</sub>O</p>
21+
22+
<p><small>This small text is small for for fine print, etc.</small></p>
23+
24+
<p>Abbreviation: <abbr title="HyperText Markup Language">HTML</abbr></p>
25+
26+
<p>Keybord input: <kbd>Cmd</kbd></p>
27+
28+
<p><q cite="https://developer.mozilla.org/en-US/docs/HTML/Element/q">This text is a short inline quotation</q></p>
29+
30+
<p><cite>This is a citation</cite>
31+
32+
</p><p>The <dfn>dfn element</dfn> indicates a definition.</p>
33+
34+
<p>The <mark>mark element</mark> indicates a highlight</p>
35+
36+
<p><code>This is what inline code looks like.</code></p>
37+
38+
<p><samp>This is sample output from a computer program</samp></p>
39+
40+
<p>The <var>variarble element</var>, such as <var>x</var> = <var>y</var></p>
41+
</div><!--end .text-->
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<time datetime="2013-04-06T12:32+00:00">2 weeks ago</time>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<pre>
2+
P R E F O R M A T T E D T E X T
3+
! " # $ % &amp; ' ( ) * + , - . /
4+
0 1 2 3 4 5 6 7 8 9 : ; &lt; = &gt; ?
5+
@ A B C D E F G H I J K L M N O
6+
P Q R S T U V W X Y Z [ \ ] ^ _
7+
` a b c d e f g h i j k l m n o
8+
p q r s t u v w x y z { | } ~
9+
</pre>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<hr />

0 commit comments

Comments
 (0)