-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathothers.htm
36 lines (33 loc) · 1010 Bytes
/
others.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#66CCFF" text="#000000" link="#0000FF">
Render Label supports Text Colors<br>
<br>
<font color="#FF0000">Red</font><font color="#339900"> Green</font> <font color="#0000FF">Blue</font> <font color="#999999">And </font><font color="#9966CC">Many </font><font color="#FF6699">More</font><br>
<br>
Also supports Horizontal Lines<br>
<br>
<hr>
<p><b>Text Alignment.</b>
<center>
Center
</center>
</p>
<p> <right>Right</right></p>
<p> <left>Left</left></p>
<hr>
<br>
Also supports Text Styles like <b>Bold</b>, <i>Italic</i>, <s>Strikethough</s> and <u>Underline</u>
<br>
<br>
<b>Specail Chars </b>©®™£¥€“”—¶°•
< > & <br>
<br>
External Hyperlink to <a href="http://www.google.com">Google</a><br>
<br>
<a href="about.htm">Back</a>
</body>
</html>