17 lines
740 B
HTML
17 lines
740 B
HTML
<h3>Gettysburg Address</h3>
|
|
<p>
|
|
Four score and seven years ago our fathers brought forth on this continent a new nation, conceived in liberty and dedicated to the proposition that all men are created equal.
|
|
</p>
|
|
<jaylun>
|
|
"Four score and seven years ago"
|
|
</jaylun>
|
|
<p>
|
|
Now we are engaged in a great civil war, testing whether that nation, or any nation so conceived and so dedicated, can long endure.
|
|
</p>
|
|
<p>
|
|
We are met on a <a href="http://www.google.com">great battlefield</a> of that war.
|
|
</p>
|
|
|
|
<!-- Note that a:hover gives text a different style when the mouse hovers over a link. -->
|
|
<!-- Note: we can define custom syles for standard html tags like h3, p and a. And we can also define styles for our own html tags, like jaylun. -->
|