Heading 2: <h2>Heading 2</h2>


Heading 3: <h3>Heading 3</h3>


This is text
This is a text link (Clicking moves to the bottom of the page)
This is a text link without decoration
<a  href="" class="bg-none">
※Add class="bg-none" to <a>
※It automatically applies to image links
This is an image link
image
<em>This is emphasis</em>
<span class="marker">This is text decoration</span>
<div class="dcline">A line next to the text</div>

<div class="txt">Indented text & line next to the text</div>

<div class="textbox">A frame appears</div>

Becomes larger: <div class="title">Text</div>

<input size="20" type="text" name="text" value="Text">

<textarea rows="3" cols="20">Text</textarea>

※Although the size is directly specified, it is just a placeholder.
Please ignore these values; adjust the size in style.css.
<dl>
<dt>Text</dt>
<dd>Description</dd>
<dt>Text</dt>
<dd>Description</dd>
</dl>

Text
Description
Text
Description

<img src="***"  class="frame"> adds a frame to the image
sample
This is the link destination