HTML Codes?
Hey does anyone know an HTML code to make text Bigger
Public Comments
- 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>
- HERE: http://www.annabella.net/html.html
- for basic stuff go to this website www.lissaexplains.com or this one www.xpresshtml.net
- 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.
- <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.
- RTFM (Read The #$%@ing Manual)
- <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