This is a discussion on Html: Fonts within the Programming Articles forums, part of the Webmaster Articles/Tutorials category; Example of Extended Fonts... <font size=+2 face="Verdana">Verdana</font> Verdana <font size=+2 face="Arial">Arial</font> Arial <font size=+2 face="Helvetica">Helvetica</font> Helvectica <font size=+2 face="Impact">Impact</font> Impact ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| | #1 (permalink) |
| Ultimo Supremo | Example of Extended Fonts... <font size=+2 face="Verdana">Verdana</font> Verdana <font size=+2 face="Arial">Arial</font> Arial <font size=+2 face="Helvetica">Helvetica</font> Helvectica <font size=+2 face="Impact">Impact</font> Impact <font size=+2 face="Comic Sans MS">Comic Sans MS</font> Comic Sans MS Note: If you don't see one or more of the above fonts, then your browser probably doesn't support the extended fonts. Text Color... You can change the color of the text by setting the COLOR="font_color" attribute in the <FONT> tag. The Color is usually set by using the hexadecimal system (#000000 black to #FFFFFF white) but can also be set in newer browsers by using the simple word of the color. (Red for Red, Blue for Blue, etc.) Example of Text Color... <font color="Blue">Hey I'm Blue!</font> Hey I'm blue! <font size=+2 face="Impact" color="Green">Hey I'm green and in Impact Font!</font> Hey I'm green and in Impact Font! <font color="Red">Hey I'm red!</font> Hey I'm red! Your own HTML page... Add the following to your HTML page ("Home.htm"): (the blue text is what to add) <html> <head><title>My Home Page</title></head> <body background="bgnd.gif"> <center><font color="Blue"><h1>YOURNAME's Home Page</h1></font></center> <hr> This is the home page of <b>YOURNAME</b>. <p>Type something about yourself here. Describe briefly who you are and what you do for a living. Remember to use bold and italic text, for emphasis.</p> </body> </html>
__________________ Thanks Tom Have you ever thought what it's like, to be wanderers in the fourth dimension? Have you? To be exiles? |
| | |
| Tags |
| fonts, html |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I need help with html | macca-tom | Graphics Forum | 11 | 21-05-2008 21:09 |
| PHP/HTML/MYSQL - for ??$$ | KF1 | Website Development Forum | 0 | 20-07-2005 17:27 |
| CSS and HTML | KF1 | HTML, DHTML and CSS | 11 | 19-07-2005 20:13 |
| HTML does and donts | Morphmaster | Website Design Articles | 0 | 26-06-2005 18:34 |
| HTML Images | Bmg | Programming Articles | 0 | 07-04-2005 16:24 |