Basic HTML Reference - MySpace HTML Tags
HTML MySpace Tags Menu (click on a link to go to relevant section):
- MySpace - HTML Tags For Bold Text
- MySpace - HTML Tags For Italics, Italicized or Cited Text
- MySpace - HTML Tags For Underlines Or Underlined Text
- MySpace - HTML Tags For Strikes Or Striked Text
- MySpace - HTML Tags For Subscript Or Subscripted Text
- MySpace - HTML Tags For Superscript Or Superscripted Text
- HTML Tags For A Button Or Buttoned Text
- MySpace - HTML Tags For Colors
- HTML Tags For Marquee or Scrolling Text
- Change Size Of Text Or Fonts With HTML Tags
- Change Size Of Text Or Fonts And Add Color With HTML Tags
- HTML - MySpace Tags For Links And Linking
- HTML - MySpace Tags For Image Links Or Picture Linking
- HTML - MySpace Tags For Backgrounds Back Ground Properties
MySpace - HTML Tags For Bold Text: 
| Start Tag | Text | Closing Tag | Result |
| <b> | HTML Reference | </b> | HTML Reference |
| <strong> | HTML Reference | </strong> | HTML Reference |
| <b>HTML Reference</b> = HTML Reference |
| <strong>HTML Reference</strong> = HTML Reference |
MySpace - HTML Tags For Italics, Italicized or Cited Text: 
| Start Tag | Text | Closing Tag | Result |
| <i> | HTML Basics Help | </i> | HTML Basics Help |
| <em> | HTML Basics Help | </em> | HTML Basics Help |
| <cite> | HTML Basics Help | </cite> | HTML Basics Help |
| <i>HTML Basics Help</i> = HTML Basics Help |
| <em>HTML Basics Help</em> = HTML Basics Help |
| <cite>HTML Basics Help</cite> = HTML Basics Help |
MySpace - HTML Tags For Underlines Or Underlined Text: 
| Start Tag | Text | Closing Tag | Result |
| <u> | Basic HTML Tags | </u> | Basic HTML Tags |
| <u>Basic HTML Tags</u> = Basic HTML Tags |
MySpace - HTML Tags For Strikes Or Striked Text: 
| Start Tag | Text | Closing Tag | Result |
| <strike> | HTML Tags For MySpace | </strike> |
| <strike>HTML Tags For MySpace</strike> = |
MySpace - HTML Tags For Subscript Or Subscripted Text: 
| Start Tag | Text | Closing Tag | Result |
| <sub> | HTML Tag Go Low | </sub> | HTML Tag Go Low |
| <sub>HTML Tag Go Low</sub> = HTML Tag Go Low |
MySpace - HTML Tags For Superscript Or Superscripted Text: 
| Start Tag | Text | Closing Tag | Result |
| <sup> | HTML Tag Go High | </sup> | HTML Tag Go High |
| <sup>HTML Tag Go High</sup> = HTML Tag Go High |
HTML Tags For A Button Or Buttoned Text: 
| Start Tag | Text | Closing Tag | Result |
| <button> | HTML Button | </button> |
| <button>HTML Button</button> = |
MySpace - HTML Tags For Colors: 
| Start Tag | Text | Closing Tag | Result |
| <font color="#FF0000"> | HTML Color Tags | </font> | HTML Color Tags |
| <font color="red"> | HTML Color Tags | </font> | HTML Color Tags |
| <font color="#FF0000">HTML Color Tags</font> = HTML Color Tags |
| <font color="red">HTML Color Tags</font> = HTML Color Tags |
| (To change colors, substitute different Color Tags for #FF0000) |
HTML Tags For Marquee or Scrolling Text: 
| Start Tag | Text | Closing Tag | Result |
| <marquee> | HTML Scroll Around | </marquee> |
| <marquee>HTML Scroll Around</marquee> = |
Change Size Of Text Or Fonts With HTML Tags: 
| Start Tag | Text | Closing Tag | Result |
| <span style="font-size:180%;"> | TEXT | </span> | TEXT |
| <span style="font-size:130%;"> | TEXT | </span> | TEXT |
| <span style="font-size:85%;"> | TEXT | </span> | TEXT |
| <span style="font-size:78%;"> | TEXT | </span> | TEXT |
| <span style="font-size:180%;">TEXT</span> = TEXT |
| <span style="font-size:130%;">TEXT</span> = TEXT |
| <span style="font-size:85%;">TEXT</span> = TEXT |
| <span style="font-size:78%;">TEXT</span> = TEXT |
Change Size Of Text Or Fonts And Add Color With HTML Tags: 
| Start Tag | Text | Closing Tag | Result |
| <span style="font-size:180%;color:#FF0000;"> | TEXT | </span> | TEXT |
| <span style="font-size:130%;color:#FF0000;"> | TEXT | </span> | TEXT |
| <span style="font-size:85%;color:#FF0000;"> | TEXT | </span> | TEXT |
| <span style="font-size:78%;color:#FF0000;"> | TEXT | </span> | TEXT |
| <span style="font-size:180%;color:#FF0000;">TEXT</span> = TEXT |
| <span style="font-size:130%;color:#FF0000;">TEXT</span> = TEXT |
| <span style="font-size:85%;color:#FF0000;">TEXT</span> = TEXT |
| <span style="font-size:78%;color:#FF0000;">TEXT</span> = TEXT |
| (To change colors, substitute different Color Tags for #FF0000) |
HTML - MySpace Tags For Links And Linking: 
| Open Link In The Same Window: |
| <a href="http://www.myspace.com">MySpace</a> = MySpace |
| Open Link In A New Window: |
| <a target="_blank" href="http://www.myspace.com">MySpace</a> = MySpace |
| (Substitute http://www.myspace.com with the link of your choice but the link must begin with http:// or the link will not work) |
HTML - MySpace Tags For Image Links Or Picture Linking: 
| Link Directly To A Picture (also known as “Hotlinking”): |
<img src="http://www.saisathyasai.com/html-web-design/html-holy-cow.gif"> = ![]() |
| (Substitute http://www.saisathyasai.com/html-web-design/html-holy-cow.gif with the image link of your choice but the link must begin with http:// and end with .gif .jpg or the picture-link will not work) |
| Note: Please be aware that many webmasters do not like you hotlinking to their pictures directly from their domain. Anytime you link to a picture from another domain, the webmaster can trace your webpage and either delete the image or ban your webpage from accessing their website. Hotlinking is considered theft of bandwidth. So kindly link only to those pictures on websites that allow you to do so. Otherwise, your backgrounds and other images may one day disappear from your MySpace page, forum or webpage altogether. You can create your own PhotoBucket Account, upload your images there and then hotlink to them (hotlinking is allowed on PhotoBucket). |
HTML Tags For Backgrounds & Back-Ground Properties: 
| Set Background Color Only Using The Body Tag: |
| <body bgcolor="#FF0000"> |
| (To change colors, substitute different Color Tags for #FF0000) |
| Set Background Color And Background Image Using The Body Tag (the back-ground image will cover the background color): |
| <body bgcolor="#FF0000" background="http://www.Full-Image-Link-Goes-Here.gif"> |
| Make The Background Fixed Or Stationary Using The Body Tag: |
| <body bgcolor="#FF0000" background="http://www.Full-Image-Link-Goes-Here.gif" bgproperties="fixed"> |
| MySpace Background Properties Through CSS (should look something like the following): |
| <style type="text/css"> table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:FF0000; background-image: url(http://www.Full-Image-Link-Goes-Here.gif); background-attachment: fixed; background-repeat: repeat; border-color:ffffff; border-width:0px ; border-style: solid; } </style> |

