Text Decoration
{text-decoration:none}
|
Today is fine.
|
{text-decoration:underline}
|
Today is fine.
|
{text-decoration:line-through}
|
Today is fine.
|
#=overline
{text-decoration:overline}
|
Today is fine.
|
#=blink
{text-decoration:blink}
|
Today is fine.
|
Text Transform
{text-transform: #}
{text-transform:none}
|
Today is fine.
|
{text-transform:capitalize}
|
Today is fine.
|
{text-transform:uppercase}
|
Today is fine.
|
{text-transform:lowercase}
|
Today is fine.
|
Spacing
Letter Spacing {letter-spacing: # }
<div style="letter-spacing:0.5em"> Today is fine. </div> |
Today is fine.
|
Word Spacing {word-spacing: # }
<div style="word-spacing:10"> Today is fine. </div> |
Today is fine.
|
Line Height
the distance between two adjacent line's baselines.
#=normal
<div style="line-height:normal"> Today is fine.<br> Tomorrow will be fine.<br> And next day.... </div> |
Today is fine.
Tomorrow will be fine. And next day.... |
#=length (px, pt, in, cm)
<div style="line-height:24pt"> Today is fine.<br> Tomorrow will be fine.<br> And next day.... </div> |
Today is fine.
Tomorrow will be fine. And next day.... |
#=number
<div style="line-height:2;
font-size:12pt">
Today is fine.<br>
Tomorrow will be fine.<br>
<font style="font-size:6pt">
And next day....
</font>
</div>
|
Today is fine.
Tomorrow will be fine. And next day.... |
#=%
<div style="line-height:200%"
font-size:12pt">
Today is fine.<br>
Tomorrow will be fine.<br>
<font style="font-size:6pt">
And next day....
</font>
</div>
|
Today is fine.
Tomorrow will be fine. And next day.... |
Text Alignment
#=left, center, right
#=justify
<p style="text-align:#"> This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! </p>
|
|
|
|
Justification {text-justify: #}<p style="text-align:justify; text-justify:#"> This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! </p>
|
|
|
|
|
|
Vertical Alignment
{vertical-align: #}
<IMG SRC="f.gif" STYLE="vertical-align:text-top"> Today is FINE.<IMG SRC="heno02.gif"> |
Today is FINE.
|
<IMG SRC="heno01.gif" STYLE="vertical-align:text-bottom"> Today is FINE.<IMG SRC="heno02.gif"> |
Today is FINE.
|
<IMG SRC="heno01.gif" STYLE="vertical-align:baseline"> Today is FINE.<IMG SRC="heno02.gif"> |
Today is FINE.
|
<IMG SRC="heno01.gif" STYLE="vertical-align:middle"> Today is FINE.<IMG SRC="heno02.gif"> |
Today is FINE.
|
{vertical-align: #}
#=top, bottom
<IMG SRC="heno01.gif" STYLE="vertical-align:middle"> Today is FINE.<IMG SRC="heno02.gif"> |
Today is FINE.
|
<IMG SRC="heno01.gif" STYLE="vertical-align:middle"> Today is FINE.<IMG SRC="heno02.gif"> |
Today is FINE.
|
Subscript and Superscript
Today is <FONT STYLE="vertical-align:middle"> FINE.</FONT> | Today is FINE. |
Today is <FONT STYLE="vertical-align:middle"> FINE.</FONT> | Today is FINE. |
Floating
{float: # } #=left, right, none
<IMG SRC="heno01.gif" STYLE="float:left"> Today is FINE. <BR> Tommorow will be fine. |
Today is FINE.
Tommorow will be fine. |
<IMG SRC="heno01.gif" STYLE="float:right"> Today is FINE. <BR> Tommorow will be fine. |
Today is FINE.
Tommorow will be fine. |
{clear: # } #=left, right, both, none
<IMG SRC="heno01.gif" STYLE="float:left"> Today is FINE. <BR STYLE="clear:left"> Tommorow will be fine. |
Today is FINE.
Tommorow will be fine. |
{text-indent: # }<div style="text-indent:30pt"> Today is fine. Long before the advent of TV weather forecasters, people used tabletop glasses like a spherical flask to predict upcoming changes in weather. </div>
Breaking
Word Breaking {word-break: # }
word-break:normal |
This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! |
word-break:break-all |
This is a first paragraph. This is a great story, isn't it? It is exciting, gorgeous, thrilling, fantastic, and romantic! |
word-break:keep-all This attribute is for Japanese, Korean, and Chinese. Sample in Japanese
Line Breaking {line-break: # }
Layout Grid
Grid Type {layout-grid-type: # }
Grid Mode {layout-grid-mode: # }
Grid Line {layout-grid-line: # }
Grid Character {layout-grid-char: # }
Grid Character Spacing <DIV STYLE="font-size:12pt; layout-grid-type:#; layout-grid-mode:both; layout-grid-char:20pt; layout-grid-line:16pt;"> Today is fine. Tomorrow will be fine. </DIV>
layout-grid-type: loose Sample in Japanese |
Today is fine. Tomorrow will be fine.
|
layout-grid-type: strict Sample in Japanese |
Today is fine. Tomorrow will be fine.
|
layout-grid-type: fixed Sample in Japanese |
Today is fine. Tomorrow will be fine.
|
Grid Grouping
Text Input Mode
{ime-mode: # }<form action=/cgi-bin/post-query method=POST> Your Name in Japanese, Korean, or Chinese characters : <input type=text name=name1 style="ime-mode:active"><br> Your Name in Latin alphabet: <input type=text name=name2 style="ime-mode:inactive"><br> Tel Number: <input type=text name=tel style="ime-mode:deactivated"><br> <input type=reset> </form>
Pronunciation
{ruby-align: # }<RUBY STYLE="ruby-align:#"> <img src="samp/jp001.gif"> <RT>Network Communication Design </RUBY>
ruby-align: auto |
|
ruby-align: left |
|
ruby-align: right |
|
ruby-align: distribute-letter |
|
ruby-align: distribute-space |
|
ruby-align: line-edge |
|
{ruby-position: # }<RUBY STYLE="ruby-position:#"> <img src="samp/jp001.gif"> <RT>Network Communication Design Network Communication Design </RUBY>
ruby-position: above |
|
ruby-position: inline |
|
