HTML Codes?

Hey does anyone know an HTML code to make text Bigger

Public Comments

  1. There are a number of ways, but a couple of the native HTML ways of doing it are: <h1> text </h1> <font size="+3"> text </font>
  2. HERE: http://www.annabella.net/html.html
  3. for basic stuff go to this website www.lissaexplains.com or this one www.xpresshtml.net
  4. Theres plenty of them. I use <font size="number">(text)</font size="number"> Also to make bold, <b>text</b> If you need anything else about text codes then just email me or just add more detail to your question.
  5. <p><font size="6">Zo krijg je lettergrootte 6</font></p> That should do it. also <h1>text</h1> ...<h6>text</h6> However it is preffered to use css for that.
  6. RTFM (Read The #$%@ing Manual)
  7. <span style="font-size: larger;"> ...text goes here ... </span> ...or you could replace "span" with any html element that is a container for text ("p" for example)... ...or you could replace "larger" with an exact font-size such as "2em" or "14px" or "16pt" or "large" etc....
Powered by Yahoo! Answers