NCD HTML Design Guide v6.0
<p>This is a first paragraph. <p>This is a second paragraph. |
This is a first paragraph. This is a second paragraph. |
|
|
|
|
Her Song: <blockquote> When I was young, I listened to the radio waiting for my favorite songs.... </blockquote> |
Her Song:
When I was young, I listened to the radio waiting for my favorite songs.... |
How are you?<br>I'm fine. |
How are you? I'm fine. |
<nobr> Close your browser window width, and find how this tag will work! This is exciting ... <wbr>and romantic! </nobr>
<center>Hello</center>
<div class="section"> <H1>1. First Step</H1> In this section, you have to.... <div class="subsection"> <H2>1-1. Music</H2> Music is a important language.... </div> </div> |
1. First StepIn this section, you have to....1-1. MusicMusic is a important language.... |
|
|
|
|
PHONE: <span class="phone"> 000-0000000 </SPAN> | PHONE: 000-0000000 |
<ul> <li>Today <li>Tommorow </ul> |
|
<ul><li>ONE <ul><li>TWO <ul><li>THREE </ul></ul></ul> |
|
<ol> <li>Today <li>Tommorow </ol> |
|
<ol><li>ONE <ol><li>TWO <ol><li>THREE </ol></ol></ol> |
|
<dl> <dt>Today <dd>Today is yesterday. <dt>Tomorrow <dd>Tomorrow is today. </dl> |
|
<dir> <li>Today <li>Yesterday </dir> |
|
<menu> <li>Today <li>Yesterday </menu> |
|
<ul> <li type=disc>ONE <li type=circle>TWO <li type=square>THREE </ul> |
|
<ol> <li type=A>ONE-ONE <li>ONE-TWO </ol> |
|
<ol> <li type=a>ONE-ONE <li>ONE-TWO </ol> |
|
<ol> <li type=I>ONE-ONE <li>ONE-TWO </ol> |
|
<ol> <li type=i>ONE-ONE <li>ONE-TWO </ol> |
|
<ol> <li type=1>ONE-ONE <li>ONE-TWO </ol> |
|
<ol start=5> <li type=A>ONE-ONE <li>ONE-TWO <ol start=10> <li>TWO-ONE <li type=i>TWO-ONE </ol></ol> |
|
<dl compact> <dt>Today <dd>Today is yesterday. <dt>Tomorrow <dd>Tomorrow is today. </dl> |
|
<pre> Please use your card. VISA Master <b>Here is an order form.</b> <ul><li>Fax <li>Air Mail</ul> </pre> |
Please use your card VISA Master Here is an order form.
|
<listing> Please use your card. VISA Master <b>Here is an order form.</b> <ul><li>Fax <li>Air Mail</ul> </listing> |
|
<xmp> Please use your card. VISA Master <b>Here is an order form.</b> <ul><li>Fax <li>Air Mail</ul> </xmp> |
|
CACE 1 <!-- this is a test --> | CACE 1 |
CACE 1 <comment>this is a test</comment> |
CACE 1 |
YESTERDAY <pspacer type="horizontal" size=50> TODAY <spacer type="vertical" size=50> TOMORROWYESTERDAY
<spacer type="block" width=150 height=50 align=left> YESTERDAY<br> TODAY<br> TOMORROW
<multicol cols=2> text text text... </multicol>
<multicol cols=2 gutter=100> text text text... </multicol>
<multicol cols=2 width=400> text text text... </multicol>
<marquee>Hi, Konnichiha!</marquee>
<bdo dir="rtl"> Today is fine! <BR> !enif si yadoT </bdo> |
Today is fine! !enif si yadoT |
<ruby> <rb><img src="japanese.gif"></rb> <rp> ( </rp> <rt>Network Communication Design</rt> <rp> ) </rp> </ruby> |
|
<div contenteditable="true"> Today is fine. Tomorrow will be fine. </div> |
Today is fine.
Tomorrow will be fine.
|
<div contenteditable="false"> Today is fine. Tomorrow will be fine. </div> |
Today is fine.
Tomorrow will be fine.
|
<div unselectable="on"> Today is fine. Tomorrow will be fine. </div> |
Today is fine.
Tomorrow will be fine.
|
<div unselectable="off"> Today is fine. Tomorrow will be fine. </div> |
Today is fine.
Tomorrow will be fine.
|