Already a member?
Sign in
Formatting in HTML
In order to manipulate the font and colour of the text they printed, one must use the <font> tag. The command begins with <p style>, which is abridged for paragraph style, then you attach an equal sign, a quotatation mark and the font tag in between. The font tag has a "-" at the end of it, after the dash you can write the following: family (determines the type of font), color (determines color of text), and size (determines size of text). Then, you write a colon , and write the text: size, colour and font after the colon. The command ends with a semicolon,quotation mark and a triangular bracket. The command for modification of backround is started with the tag <body style>. Also, text formating is a very important feature in HTML language. There are numerous functions that can be conducted on a website design page. The most simplest of these are the italic, bold and underline "tags". They are applied in order to add italic and bold font along with proper underlining. Then come the "tags"<br> and <hr>., <br > stands for the word "break ", while the "tag" <hr> stands for two words "horizintal line". The <hr> function creates a line in between text, while the <br> function induces a split in text. Lastly to align text, you must write <p align= left/right/centre>. Below, I have prepared a chart describing the text formatting.
| Italic style | <i> |
| Bold style | <b> |
| Underlined text | <u> |
| Break in between a line | <br> |
| Horizontal line | <hr> |
| Aligned text | <div align="center> |
Latest page update: made by einstein_copernicus
, Oct 13 2007, 3:36 PM EDT
(about this update
About This Update
Edited by einstein_copernicus
135 words added
view changes
- complete history)
Edited by einstein_copernicus
135 words added
view changes
- complete history)
Keyword tags: None
More Info: links to this page