HTML Font Code
HTML Font Code – This is what you need to edit to change the font of a website. The html font code is easy to change and there are only 3 fonts that you should resort using in a web site webpage and they are:
- Arial
- Times New Roman
- Verdana
Verdana and Arial are similar and they are Fonts that are Sans Serif types which means font with ‘no feet’. If you take a look at the Times New Roman font you could see small feet on the start and ending of
each letter.
The reason behind this is that helps the reader to read the flow of words more easily when you’re reading a
Newspaper, book or a novel. My favorite font for web site webpage’s is Verdana because it has a stylish simplicity mood set to it which adds a nice mood to a webpage. You really can not use any other font types because these 3 fonts are pre-installed in Macs and PC’s which means how you design your webpage is how it will look like on either platform.
If you use a font that is not pre-installed on your Visitors computer then your visitor will not view the web site webpage like you designed which could end up looking like a mess.
Tip - stick with one of the three mentioned fonts and you will have no surprises.
Adding a font in text.
lets take a look at the html for the above text as an example. You should be viewing the above text it in Times New Roman,bold and underlined.
The code for this example would look like this:
<p>
<font face=”Times New Roman”><u><b>Adding a font in text</b></u>
</font>
You will see that there is a font tag with the text in between.
To get the font underlined and in bold you will need to place the relevant tags. By taking above you will see clearly that the text is in the middle of the tags Just replace the font face text to the font you want to choose.
Categories
- Definitive Guide to CSS (5)
- Domains and Hosting (11)
- FREE Software (1)
- FREE Website Templates (3)
- HTML Code (14)
- Javascript Info (3)
- Making A FREE Template (8)
- Other Stuff (1)
- Photos and Images (9)
- Web Design Basics (10)
- Website Basics (1)
- Website Business (7)
- Website Do's and Don'ts (1)
- Website Elements (5)
- Website Fundamentals (1)
- Website History (9)
- Website Tools (1)
- Website Traffic (15)
- Website Types (6)
