akiras domain     |   home
art   |   html   |   affiliates   |   downloads   |   contact me   |   flash cartoons&games   |   tutorials   |   prog pw's   |   links   |   services   |   useless facts   |   site news   |   serials   |   akiras chatroom
html

Text Effects

<b>Make text bold</b>
<i>Make text Italicized</i>
<u>Make text underlined</u>
<h3>Make text big</h3>
<h2>Make text bigger</h2>
<h1>Make text biggest</h1>

---------------------------------------------------------------------------------------------------------------------------------------------------

                    To have a scrollbare

                  . {scrollbar-3d-light-color: #777777;
                     scrollbar-arrow-color: #000000;
                     scrollbar-base-color: gray;
                     scrollbar-dark-shadow-color: #000000;  
                     scrollbar-face-color: #777777;                     
                     scrollbar-highlight-color: #FFFFFF;
                     scrollbar-shadow-color: #787878}
---------------------------------------------------------------------------------------------------------------------------------------------------
to make a marquee

<marquee>this</marquee>
---------------------------------------------------------------------------------------------------------------------------------------------------
Images

<img src="placeofimage.jpg">
---------------------------------------------------------------------------------------------------------------------------------------------------
Body attributes

body bgcolor="black" text="white">
---------------------------------------------------------------------------------------------------------------------------------------------------
right click freeze

table border="0"><SCRIPT LANGUAGE="JavaScript">
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("WRITE SOMETHING HERE TO GIVE EM A WARNING");
times++ } }
function bye() {
alert("WRITE SOMETHING HERE. Example= DUMBASS ");
------------------------------------------------------------------------------------------------------------------------------------------------------
pop up

<table border="0"><script language="JavaScript"><!--

alert("WRITE SOMETHING HERE")
// --></script>
-------------------------------------------------------------------------------------------------------------------------------------------------------
ask for name

<SCRIPT LANGUAGE="Javascript"><!--
name=window.prompt("Please tell me your name.","nobody");
document.write("<H1 align=center>Hi! "+name+".</H1>")//-->
</script>
-------------------------------------------------------------------------------------------------------------------------------------------------------