By
admin on
September 25, 2012
Advertisement
HTML Font Codes
HTML is abbreviate as “Hyperlinks Text Markup Language”. It is a difficult language for average person which is not easily understandable by every one for that reason we have collected some HTML Fonts Codes. As you know that HTML font codes is the old-fashioned method to create the websites according to our requirement. Before creating a web blog it is necessary to be familiar with the basics of the HTML font coding. In fact acquiring the proper knowledge of how things are to be done and how text is to formated on web page will be a great achievement to create a website in a professional way.

While discussing about HTML font codes, it means that adopting such elements relative to HTML programming so that the page seems more impressive and more users could stick to the page. Most of the users visit those pages where they could access the required information easily. In order to achieve this goal the webpage must be designed with the accurate HTML font codes. There is another technique to acquire the required result is by choosing the standard color, type and size of the fonts.

The two possible ways through which we can write HTML font codes. One point must be kept in mind that while making a webpage you should use those HTML fonts which are used as standards instead of rare ones. Description about the methods of writing HTML font codes is given below.
The Font Properties

Mostly people who don’t have much knowledge about coding HTML, CSS these are some properties which will help you. Here are the CSS font or text properties:
- font
- font-family
- font-size
- font-size-adjust
- font-stretch
- font-style
- font-variant
- font-weight
- letter-spacing
- line-height
- color
- background-color
- text-align
- text-decoration
- text-indent
- text-shadow
- text-transform
1
2
3
4
5
6
7
|
A- Use font label:
<font face="Ariel">Font Face</font>
B- Use style:
<p style="font-family:Ariel">Font Face</p>
|
Font Family
1
|
<p style="font-family:Garamond, Georgia, serif;">HTML font code with CSS.</p>
|
Font Size
1
|
<p style="font-size:20pt;line-height:25pt;">HTML font code with CSS.</p>
|
Font Color
1
|
<p style="color:orange;">HTML font code with CSS.</p>
|
Bold
1
|
<p style="font-weight:bold;">HTML font code with CSS.</p> OR <p>You can bold <span style="font-weight:bold">parts</span> only HTML font code with CSS.</p>
|
Italic Text
1
|
<p style="font-style:italic;">HTML font code with CSS.</p>
|
Related Posts:
Pingback: 40 Best Fonts For Websites From Professional Designers | ThemesCompany
Pingback: The Charm of True Type Font | ThemesCompany