-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblock-inline.htm
More file actions
20 lines (17 loc) · 1.27 KB
/
block-inline.htm
File metadata and controls
20 lines (17 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>Visual Hierarchy Demo</title>
</head>
<body>
<h1>Quotes</h1>
<h2>Citation</h2>
<p><cite>The Importance of Being Earnest </cite> is only one of many sources of witty sayings by Oscar Wilde. To take one example:</p>
<h2>Block quote</h2>
<blockquote cite="https://en.wikiquote.org/wiki/Oscar_Wilde">
<p>I never travel <em>without my diary</em>. One should <strong><s>always</s></strong> have something <b>sensational</b> to read in the train.</p>
</blockquote>
<h1>Inline tagging</h1>
<p>Lorem Ipsum is <s>simply</s> dummy text of the <del>printing</del> and typesetting industry. <ins>Lorem Ipsum</ins> has been the industry's standard dummy text ever <mark>since the 1500s</mark>, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p><small>Copyright lincense bla<br>2022</small></p>
</body>
</html>