22 lines
382 B
HTML
22 lines
382 B
HTML
<html>
|
|
<body>
|
|
<section class="article">
|
|
<h1>Foo</h1>
|
|
<p>I'm article foo</p>
|
|
</section>
|
|
</body>
|
|
</html>
|
|
<html>
|
|
<body>
|
|
<section class="article">
|
|
<h1>Something</h1>
|
|
<p>
|
|
I'm a much longer
|
|
text-only article,
|
|
but you can still
|
|
inline html tags
|
|
in me if you want.
|
|
</p>
|
|
</section>
|
|
</body>
|
|
</html> |