A completely free online community which lets you get your old friends online, gives you access to music, games, blogs, chat, forums, meet new people of similar interests and much more. The community is growing at a pace like never before. Myspace.com has taken the world by storm. It is the hippest place to be. If you are not at myspace, you are missing something for sure. Myspace also gives you your own place on the net. You can customize it with colors, images, links and much more. You do not need to be a pro at HTML code in order to make your own space a better thing. You can always seek help from other experienced members who have already made their home page.
Knowing html code for Myspace is not mandatory, but html coding is pretty simple if you have a look at it. You can change the background colors etc with a simple code like <bg color>. You always insert html coding in <>. Any basic html code has to be inserted in <>. It starts with <html>. Here is a basic example:
<Html>
<Head>
<Title></title>
</head>
<Body>
</body>
</html>
The above page is the base for you html code at myspace. Any tag starting with <tag> must end with a </tag>. Any further code for customizing appearance, font size, color, images etc has to be added separately after the body tag in separate tags. Some of them are as follows <bg color="black"><font color="red", type="Arial"></font>
To align it in the center, use <align="center"></align> and to highlight it in bold use <b>text</b>. If you need more information regarding how to customize the appearance of your page, you can check online if any resources are available or for html tutorials or ask your friends at myspace.
|