Welcome to My Homepage

Text formatting in HTML

<b>text</b> bold
<i>text</i> italics
<u>text</u> Don't use underlined text! (it's disappointing when you want to click on the link that seems to be there and nothing happens. Use bold or italics instead)
<s>text</s> I just HATE LOVE boiled cabbage! *forced smile*
<p> new

paragraph

<br> new
line
<pre>text</pre>
Hello, this is some text.
<tt>text</tt>
Hello, this is some text.
<pre>ascii art guitar</pre>
       ___
     o|* *|o
     o|* *|o
     o|* *|o
      \===/
       |||
       |||
       |||
       |||
    ___|||___
   /   |||   \
  /    |||    \
 |     |||     |
  \   (|||)   /
   |   |||   |
  /    |||    \
 /     |||     \
/      |||      \
|     [===]     |
 \             /
  '.         .'
    '-------'
<tt>same guitar</tt> ___ o|* *|o o|* *|o o|* *|o \===/ ||| ||| ||| ||| ___|||___ / ||| \ / ||| \ | ||| | \ (|||) / | ||| | / ||| \ / ||| \ / ||| \ | [===] | \ / '. .' '-------'
<font color = "#ff0000">text</font> red text
<font color = "red">text</font> also red text
<font face = "courier">text</font> Don't use different fonts! (they only work if the reader happens to have that particular font in his computer. If he doesn't have it the computer will show whatever standard font he is using and the result might not be anywhere near what you intended. Use the default proportional and non-proportional fonts instead, in other words either don't do anything or use the <pre> or <tt> tags)
<blink>text</blink> DON'T USE BLINKING TEXT! (it hurts the reader's eyes!)
<font size = "3">text</font> text of size 3
<font size = "5">text</font> text of size 5
<font size = "-1">text</font> smaller text(than what was before)
<font size = "+1">text</font> bigger text(than what was before)
<h1>text</h1>

A headline

<h3>text</h3>

A smaller headline

text1<sup>text2</sup> text1text2
text1<sub>text2</sub> text1text2
<ul>
  <li>a
  <li>b
  <li>c
</ul>
  • a
  • b
  • c
<ul>
  <li type = disc>a
  <li type = circle>b
  <li type = square>c
</ul>
  • a
  • b
  • c
<ol>
  <li>a
  <li>b
  <li>c
</ol>
  1. a
  2. b
  3. c
<DL>
<DT>a
<DD>haha
<DT>b
<DD>hoho
<DT>c
<DD>hihi
</DL>
a
haha
b
hoho
c
hihi

<center>text</center>

An <hr> tag looks like this:


the tag <hr width = 50% size = 10> looks like this:


the tag <hr noshade> looks like this:


<P align = left>

<P align = center>

<P align = right>

If you want to write a character and for some reason it just doesn't work you can try the codes in this table

" &quot;
& &amp;
< &lt;
> &gt;
© &copy;
® &reg;
À &Agrave;
à &agrave;
Á &Aacute;
á &aacute;
 &Acirc;
â &acirc;
à &Atilde;
ã &atilde;
Ä &Auml;
ä &auml;
Å &Aring;
å &aring;
Æ &AElig;
æ &aelig;
Ç &Ccedil;
ç &ccedil;
È &Egrave;
è &egrave;
É &Eacute;
é &eacute;
Ê &Ecirc;
Ë &Euml;
ë &euml;
Ì &Igrave;
ì &igrave;
Í &Iacute;
í &iacute;
Î &Icirc;
î &icirc;
Ï &Iuml;
ï &iuml;
Ð &ETH;
ð &eth;
Ñ &Ntilde;
ñ &ntilde;
Ò &Ograve;
ò &ograve;
Ó &Oacute;
ó &oacute;
Ô &Ocirc;
ô &ocirc;
Õ &Otilde;
õ &otilde;
Ö &Ouml;
ö &ouml;
Ø &Oslash;
ø &oslash;
Ù &Ugrave;
ù &ugrave;
Ú &Uacute;
ú &uacute;
Û &Ucirc;
û &ucirc;
Ü &Uuml;
ý &yacute;
Þ &THORN;
þ &thorn;
ÿ &yuml;
ß &szlig;

For ascii characters you can use &#X; (where X is the number of the ascii character)

Here is an ascii table where you can read those numbers:

|  0 NUL|  1 SOH|  2 STX|  3 ETX|  4 EOT|  5 ENQ|  6 ACK|  7 BEL|
|  8 BS |  9 HT | 10 NL | 11 VT | 12 NP | 13 CR | 14 SO | 15 SI |
| 16 DLE| 17 DC1| 18 DC2| 19 DC3| 20 DC4| 21 NAK| 22 SYN| 23 ETB|
| 24 CAN| 25 EM | 26 SUB| 27 ESC| 28 FS | 29 GS | 30 RS | 31 US |
| 32 SP | 33  ! | 34  " | 35  # | 36  $ | 37  % | 38  & | 39  ' |
| 40  ( | 41  ) | 42  * | 43  + | 44  , | 45  - | 46  . | 47  / |
| 48  0 | 49  1 | 50  2 | 51  3 | 52  4 | 53  5 | 54  6 | 55  7 |
| 56  8 | 57  9 | 58  : | 59  ; | 60  < | 61  = | 62  > | 63  ? |
| 64  @ | 65  A | 66  B | 67  C | 68  D | 69  E | 70  F | 71  G |
| 72  H | 73  I | 74  J | 75  K | 76  L | 77  M | 78  N | 79  O |
| 80  P | 81  Q | 82  R | 83  S | 84  T | 85  U | 86  V | 87  W |
| 88  X | 89  Y | 90  Z | 91  [ | 92  \ | 93  ] | 94  ^ | 95  _ |
| 96  ` | 97  a | 98  b | 99  c |100  d |101  e |102  f |103  g |
|104  h |105  i |106  j |107  k |108  l |109  m |110  n |111  o |
|112  p |113  q |114  r |115  s |116  t |117  u |118  v |119  w |
|120  x |121  y |122  z |123  { |124  | |125  } |126  ~ |127 DEL|


Back to my homepage
Send comments to me@site.country