Typography

Headline h1 〜 h6

h1. Headline1

h2. Headline2

h3. Headline3

h4. Headline4

h5. Headline5
h6. Headline6
<h1 class="acms-h1">h1. Headline1</h1>
<h2 class="acms-h2">h2. Headline2</h2>
<h3 class="acms-h3">h3. Headline3</h3>
<h4 class="acms-h4">h4. Headline4</h4>
<h5 class="acms-h5">h5. Headline5</h5>
<h6 class="acms-h6">h6. Headline6</h6>

段落 p

this is sample text. this is sample text. this is sample text. this is sample text. this is sample text. this is sample text.
this is sample text.

this is sample text. this is sample text. this is sample text. this is sample text.

<p class="acms-p">
	this is sample text.
</p>

list ul

<ul class="acms-ul">
	<li>...</li>
</ul>

list(without dots)

.acms-list-nostyle

<ul class="acms-list-nostyle">
	<li>...</li>
</ul>

list(inline)

.acms-list-inline

<ul class="acms-list-inline">
	<li>...</li>
</ul>

numbered list ol

  1. apple
  2. orange
  3. grape
    1. yamanashi prefecture
    2. fujioka's form/li>
    3. wine
  4. peach
<ol class="acms-ol">
	<li>...</li>
</ol>

definition list dl

apple
products from aomori. its name is "fuji" the most produced apple in Japan which tastes sweet and harvest in october.
orange
products from ehime. its name is "unsyuu mikan" cultivated in greenhouses,you can harvest it all year round.and it has a lot of vitamin C
grape
products from yamanashi. kyoho grapel. used for many foods like grapes, wine gam, raisin
<dl class="acms-dl">
	<dt>word</dt>
	<dd>word's description</dd>
</dl>

definition list(horizontal)

.acms-dl-horizontal

apple
products from aomori.name is "fuji" the most produced apple in Japan which tastes sweet and harvest in october.
orange
products from ehime. its name is "unsyuu mikan" cultivated in greenhouses,you can harvest it all year round.and it has a lot of vitamin C
grape
products from yamanashi. kyoho grapel. used for many foods like grapes, wine gam, raisin
<dl class="acms-dl-horizontal">
	<dt>word</dt>
	<dd>word description</dd>
</dl>

definition list(horizontal - with lines)

.acms-dl-line

2013.07.12
products from aomori.name is "fuji" the most produced apple in Japan which tastes sweet and harvest in october.
2013.08.15
products from ehime. its name is "unsyuu mikan" cultivated in greenhouses,you can harvest it all year round.and it has a lot of vitamin C
2013.09.17
products from yamanashi. kyoho grapel. used for many foods like grapes, wine gam, raisin
<dl class="acms-dl-line">
	<dt>用語</dt>
	<dd>用語のdescription</dd>
</dl>

引用 blockquote

HyperText Markup Language:HTML is used for writing down the documents on the web. you can use a lot of its functions by writing down on the web
<blockquote class="acms-blockquote">
	HyperText Markup Language:HTML is used for writing down the documents on the web. you can use a lot of its functions  by writing down on the web
</blockquote>