Sat Feb 25, 2012 1:45 pm
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>
Control font size of sub and sup text
</title>
<style type="text/css" media="Screen">
sub {
vertical-align: -0.6em;
font-size: 0.6em;
}
sup {
vertical-align: 0.6em;
font-size: 0.6em;
}
</style>
</head>
<p> using sup tag example</p>
<body>
<p> Power of X:
X<sup>1</sup>, X<sup>2</sup>,... X<sup>n</sup>,
<br/>
Show power of numbers .
</p>
<p> Data set population :
X<sub>1</sub>, X<sub>2</sub>,... X<sub>n</sub>,
<br/>
mark each sample
</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.