HTML TAGS

BASIC TEXT HTML TAGS HELP

HTML Tags Myspace HTML Tags
 

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: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<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: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<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: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<u>Basic HTML Tags </u>Basic HTML Tags
<u>Basic HTML Tags</u> = Basic HTML Tags

MySpace - HTML Tags For Strikes Or Striked Text: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<strike>HTML Tags For MySpace </strike>HTML Tags For MySpace
<strike>HTML Tags For MySpace</strike> = HTML Tags For MySpace

MySpace - HTML Tags For Subscript Or Subscripted Text: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<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: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<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: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<button>HTML Button </button>
<button>HTML Button</button> =

MySpace - HTML Tags For Colors: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<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: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<marquee>HTML Scroll Around </marquee>HTML Scroll Around
<marquee>HTML Scroll Around</marquee> =
HTML Scroll Around

Change Size Of Text Or Fonts With HTML Tags: RETURN TO TOP OF PAGE

Start TagText Closing TagResult
<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: RETURN TO TOP OF PAGE

Start TagTextClosing TagResult
<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: RETURN TO TOP OF PAGE

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: RETURN TO TOP OF PAGE

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: RETURN TO TOP OF PAGE

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>

This Page Contains Information On Basic HTML Reference Tags (bold, italics, underline, strike, button, color, font size, links, linking, images, backgrounds, etc.) For Web Pages And Web Sites. These MySpace - HTML Tags Are Described As “HTML Tags” or “HTML Attributes” or “HTML Elements” or “MySpace Tags” or “MySpace HTML” For Websites And Webpages Including Myspace.