Reply
[HTML] How to format your text?
Old 02-17-2006, 07:30 AM [HTML] How to format your text?
Junior Talker

Posts: 34
The text formatting in html is very simple. I will not write and write about this, but i show you some examples and you will know how to do that on your own page.

1. Bold your text
Quote:
Originally Posted by Code
This is your text
Quote:
Originally Posted by Result
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the tags
2. Italic your text
Quote:
Originally Posted by Code
This is your text
Quote:
Originally Posted by Result
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the tags
3. Underline your text
Quote:
Originally Posted by Code
<u>This is your text</u>
Quote:
Originally Posted by Result
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the <u></u> tags
4. Color your text
Quote:
Originally Posted by Code
<font color="green">This is your text</font>

<font color="#0000FF">This is your text</font>

<font color="rgb(0,0,255)">This is your text</font>
Quote:
Originally Posted by Result
This is your text
This is your text
This is your text
Quote:
Originally Posted by Explanation
Surround your text in the <font color="color_val"></font> tags. Change the color_val to the rgb [#RRGGBB] color system, rgb(xxx,xxx,xxx) color system or name color system (black, blue, red, etc).
5. Big your text
Quote:
Originally Posted by Code
<big>This is your text</big>
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the <big></big> tags. It will be much bigger!
6. Big your text
Quote:
Originally Posted by Code
This is your text
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the tags. It will be much smaller!
7. Subscript your text
Quote:
Originally Posted by Code
<sub>This is your text</sub>
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the <sub></sub> tags. It will be subscripted!
8. Superscript your text
Quote:
Originally Posted by Code
<sup>This is your text</sup>
Quote:
Originally Posted by Result
Not visible on phpbb
Quote:
Originally Posted by Explanation
Surround your text in the <sup></sup> tags. It will be superscripted!
9. Force Spaces
Quote:
Originally Posted by Code
Text with normal spacies
Text with special html spacies!
Quote:
Originally Posted by Result
Text with normal spacies
Text with special html spacies!
Quote:
Originally Posted by Explanation
User to do spacies in your html page!
10. Force Line Breaks
Quote:
Originally Posted by Code
This is your text!
This is your second text!
Quote:
Originally Posted by Result
This is your text!
This is your second text!
Quote:
Originally Posted by Explanation
Use
to do force line breaks!
11. Combining Text Formatting!
Quote:
Originally Posted by Code
This is your normal text!

<u>This is your underlined text!</u>

This is your italic text

<font color="red">This is your red and bold text</font>
Quote:
Originally Posted by Result
This is your normal text!
This is your underlined text!
This is your italic text
This is your red and bold text
Quote:
Originally Posted by Explanation
Combination of the text formatting - example.
Created by m1chu
m1chu is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 02-17-2006, 05:44 PM
Junior Talker

Posts: 295
Yeah...I'll make an XHTMl tutorial...admin, in 1 year, blow this topic (as HTML will be terminated by XML)
Well...why use <font>??? It's the worst tag ever seen!
playmenow is offline
Reply With Quote
View Public Profile Visit playmenow's homepage!
 
Old 02-17-2006, 08:40 PM
Junior Talker

Posts: 34
Quote:
Well...why use <font>??? It's the worst tag ever seen!
Because <font> is the basic html text formatting tag.
m1chu is offline
Reply With Quote
View Public Profile
 
Old 02-17-2006, 08:44 PM
Junior Talker

Posts: 191
Yeah, its pretty much the basic tag!
alvarezw is offline
Reply With Quote
View Public Profile Visit alvarezw's homepage!
 
Old 02-18-2006, 02:49 AM
Junior Talker

Posts: 295
Well...CSS is a basic thing now...a better way is to use SVG & JS to formatt the content (as I did in my header )
playmenow is offline
Reply With Quote
View Public Profile Visit playmenow's homepage!
 
Old 02-18-2006, 03:23 AM
Junior Talker

Posts: 34
Quote:
Well...CSS is a basic thing now...a better way is to use SVG & JS to formatt the content (as I did in my header Wink )
But i typed tutorial about basic formatting tags in html, not about css.
m1chu is offline
Reply With Quote
View Public Profile
 
Old 02-18-2006, 07:07 PM
Junior Talker

Posts: 163
In any case, a very good basic guide to html.
__________________
West Ham Till i Die!
king-re0-coker is offline
Reply With Quote
View Public Profile
 
Old 02-19-2006, 01:23 PM
Junior Talker

Posts: 81
Good guide for beginners.
IndianInk is offline
Reply With Quote
View Public Profile Visit IndianInk's homepage!
 
Old 02-27-2006, 08:23 PM
Junior Talker

Posts: 128
mmmm, i think that noone should start with this anymore, i say that everyone should go to css inmediatly, so they don't get confused, i must admit that i started with this, but it was way before, with other technologies...

but good basic stuff anyway
Superpoo is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to [HTML] How to format your text?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15815 seconds with 12 queries