This entry was posted on Thursday, June 14th, 2007 at 6:35 pm and is filed under HTML. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

|
14
Jun |
|
|
The purpose of writing this post is for some people out there who still don’t know about HTML code which in terms of HyperText Markup Language, a collection of ASCII (plain English characters) text codes, called elements. Elements are used to specify the structure and formatting of web pages. When you create a document you will need to move it onto a web server. A web server basically stores your documents and retrieves them when it is requested by a web browser. This leads us to our next topic the Browser. Text Color Value Codes are differentiated with the symbol “#” value followed by 6 digits where the first 2 digits represent in red color, green and blue color for the rest. This is the HTML color reference site I used to refer.Body Attributes In the body tag for text color: eg. <body TEXT=”#0000ff”> , and for background color : <body BGCOLOR=”#0000ff”> Fonts Codes can be used separately or form together like this <font COLOR=”#0000ff” FACE=”verdana, times new roman, arial” SIZE=”3″> replace this </font> where FACE explains the browser will display the first specific text type, else second and third; and SIZE scale is set in between 1 to 7 which SIZE=”3″ is a default size.Text Effects
Read Others: |
|
Leave a Reply




