| HTML Codes | |||||||||||||
| Welcome to the HTML Code page! If you want something extra in your site, then look around. Just change whatever is in CAPS to what you like.If you're really confused on what the codes mean, then go back to the first page! Enjoy! | |||||||||||||
| Current Song Playing: Fukai Mori | |||||||||||||
| Creating a hyperlink: <a href="LINK HERE">NAME YOUR LINK HERE</a> Making a popup link: <a href="LINK HERE" target=0>NAME YOUR LINK HERE</a> Making a popup window greeting: <script language="Javascript">alert("MESSAGE HERE!")</script> Putting up an image (without a message when you point to it): <img src="WEBSITE OF IMAGE HERE"> Putting up an image (with a message when you point to it): <img src="WEBSITE OF IMAGE HERE" alt="MESSAGE HERE"> Putting a background song (midi recommended) <bgsound src="WEBSITE OF MIDI HERE" loop="infinite" hidden="true"> Putting a song with words (MP3 recommended): <embed src="WEBSITE OF MP3 HERE" loop=true width=200 height=40></embed> Making your text scroll: <marquee>PUT WHAT YOU WANT HERE</marquee> Putting a background up(it's not the same as putting up an image XD): <body background="BACKGROUND WEBSITE HERE"> Turn a picture into a link: <a href="LINK HERE"><img src="IMAGE HERE"></a> Adding your E-mail address: <a href="mailto:YOUR E-MAIL ADDRESS HERE">e-mail me!</a> Put a colored box in your website--this is good if you have a colorful background and you want people to read what you're saying in the box: <table cellspacing="0" cellpadding="3" width="100%" bgcolor="COLOR OF TEXT" background="BACKGROUND WEBSITE HERE(FOR THE BOX)" border="1" bordercolor="BORDER COLOR HERE"> <tr><td> YOUR TEXT GOES HERE </td></tr></table> For myOtaku.com users--change the title of your site: <script>document.title="TEXT HERE";</script> Status bar message (the message on the bottom of your browser window that says "done"...you can change what it says with this code): <script>window.status="TEXT HERE";"</script> Scrolling status bar message: (same thing as above, except this scrolls forever) <script language="JavaScript"> <!-- var statBarMsg = "TEXT HERE "; function startStatusScroller() { window.status = statBarMsg; statBarMsg = statBarMsg.substring(1, statBarMsg length) + statBarMsg.substring (0, 1) setTimeout("startStatusScroller()", 150) } //--> </SCRIPT> <body onLoad="startStatusScroller();"> |
|||||||||||||
| Go back to the HTML Tutorial | |||||||||||||
| Transistions Tutorial | |||||||||||||
![]() ![]() |
|||||||||||||
| Click here to go home | |||||||||||||