Best Friend

HTML Tutorials
Updates
Site Rules
Poll
Flames
My Profile
Downloads
Kikyo
Why Kikyo?
Guestbook
Kikyo-chan's Diary
Awards
Other Links
Contact me
Quizzes
Link to me
HTML Tutorials

Here's some HTML things I know!Everytime I learn more,I'll put them up here,okay?^_^

HTML stands for 'Hyper Text Markup Language'.
It's hard to learn because it's computer language,and there are soo many codse and things to type.I know,maybe to some people it isn't so hard,but beginers all think "Oh goodness this is so hard!" But if we try we can still learn,even if it's complicated.
Okay,let's get started learning! ^_^

How to start
Okay,first of all,to start,you have to know,HTML always have codes in these bracets. < >
That is how I learned anyway.Okay,now we'll go to the thing I know!

How to change the scrollbars
How to change the scrollbars is the next thing that is close to easy on my catigory!
Replace your own information where the 'YOUR COLOR CODES HERE' texts are:
<style type="text/css">body{scrollbar-face-color:YOUR COLOR CODES HERE;
scrollbar-shadow-color:YOUR COLOR CODES HERE;
scrollbar-highlight-color:YOUR COLOR CODES HERE;
scrollbar-3dlight-color:YOUR COLOR CODES HERE;
scrollbar-darkshadow-color:YOUR COLOR CODES HERE;
scrollbar-track-color:YOUR COLOR CODES HERE;
scrollbar-arrow-color:YOUR COLOR CODES HERE;}
</style></
Let's go to the next step I know!

How to put the Marquees on your site
The marquees are the text scrolling to the left on the Updates page!
It's an interesting thing to have on you site isn't it! I thought it was cool to have that on my page.^_^ Anyway,here's the code to the marquee! Replace your information where you see the 'YOUR MESSAGE HERE' text:
<marquee behavior=scroll direction="left" scrollamount="1">YOUR MESSAGE HERE</marquee></
Where you see 'left' you can change it to right,up,or down.If you change it to right,up,or down,that's the direction the marquees will scroll.
Where you see the '5' is how fast or slow the marquees will scroll.
For example:
If you replace the 5 with a 1,it will go very slow.
You can also put colors at the back of your marquees!
  <marquee bgcolor="YOUR COLOR HERE">YOUR MESSAGE HERE</marquee>
You can also replace images from your text! here's the code.Repace your own information where you see bold text:
 <marquee behavior=scroll direction="left"><a href="http://address you want to link to><img src="yourimagename.gif width="yourimagewidth "height="yourimageheight" border="0" alt="yourimagename"></a></marquee>
That is all I know about marquees! Now,let's go to the next easy thing I know!

How to put music on your page
This is an exciting thing for me! I love music,so this is a neat thing to use!
This is the code for the music to play while clicking the link!!
 <a href="yoursong.yoursongfile">Click here for music! </a>
That's how you put music in,for visitors to click the link,and listen to the song! You can also replace the song with an Mp3 file,but your visitors can only hear it if they have Real Player or something like that.I can use Windows Media Player for my Mp3s,but I'm not so sure if your visitors can as well..So..umm..yeah.^_^ I can teach you how to put in music so it will automatically play in the page background! Here is the code! Replace your own information where you see the 'yoursongname.yoursongfile' :
 <embed src=yoursongname.yoursongfile autostart=true hidden=true>
That is all I know on how to put music on pages!
Because I use Site Builder myself,for you other site builder webmistresses,what I do,is when I run out of space for my music,I use HTML for them! I do that with images as well! So you can use my little hint,or advise,whatever you wanna call it! I hope I gave you much information!

How to put images in you webpage
How to put images in your site? Here's the code! Replace your own information where you the the bold text:
 <div align="center"><img src="yourpiccyname.gif/jpeg" width="yourimagewidth" height="yourimageheight" alt="your image name"></div>
That is how you put in pictures on your site!
 

How to put the form button link on your site
This one is soo cool! I'm planning on using this form button wheneve I get somethings for it.XD Here's the code! Replace your own information where you see my site address and the bold text:
 <form method="get" action=http://best-friend.cjb.net/><input type="submit" value="Click here!"></form>
 
 
You can also change the button color! Here's the code! Replace your own information where you see my site address and color codes:
 <FORM METHOD="get" ACTION=http://best-friend.cjb.net/><INPUT TITLE="submit" TYPE="submit" STYLE="background:#FF33FF" VALUE="Shoot the arrow!"></FORM>
That is how you put the color button on your site!
 
That's all I know right now.Sorry...But I promise,whenever I learn more HTML,I'll put them on here,okay?^.~

This is where you can learn HTML each time I learn them.^_^
HTML stands for Hyper Text Markup Language.