-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path04-preface.html
74 lines (56 loc) · 1.75 KB
/
04-preface.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<section data-type="preface">
<h1>Prefaces are cool</h1>
<section data-type="sect1">
<h1>My first title</h1>
<blockquote>
<p>Congratulations <a id="hi" name="hi"></a>on starting your new project! We've added some skeleton files for you, to help you get started, but you can delete any or all of them, as you like. In the file called chapter.html, we've added some placeholder content showing you how to markup and use some basic book elements, like notes, sidebars, and figures.</p>
<pre class="prettyprint">
hello world</pre>
<p> </p>
</blockquote>
<section data-type="sect2">
<h2>Section Title</h2>
<p>Section content goes here</p>
<table align="left" border="1" cellpadding="1" cellspacing="1" style="width: 500px;" summary="this is a little table.">
<caption>Look, a table.</caption>
<thead>
<tr>
<th scope="col">1</th>
<th scope="col">2</th>
</tr>
</thead>
<tbody>
<tr>
<td>a</td>
<td>a</td>
</tr>
<tr>
<td>a</td>
<td>a</td>
</tr>
</tbody>
</table>
<p> </p>
</section>
<div data-type="warning">
<h1>Helpful Warning Title</h1>
<p>Please be warned about something important!</p>
</div>
<p><img class="iimages933920_554500827918992_1502369409_njpg" src="images/933920_554500827918992_1502369409_n.jpg" /><img class="iimages933920_554500827918992_1502369409_njpg" src="images/933920_554500827918992_1502369409_n.jpg" /> </p>
<section data-type="sect2">
<h2>Section TitleI </h2>
<p><a href="http://www.oreilly.com">Section</a> <u><em>content</em></u> goes <strong><a href="#hi">here</a>. </strong></p>
<ol>
<li><strong>item 1</strong></li>
</ol>
<p><strong>item 1a</strong></p>
<ol>
<li><strong>item 2</strong></li>
</ol>
<ul>
<li><strong></strong></li>
</ul>
<p> </p>
</section>
</section>
</section>