Advanced HTML
Rember all these commands have to be enclosed <> unless I say so.
Command
What it does
Ending tag
embed src="name.mid"
Puts a sound, music, or viedo on your page (optional autostart="true" --Start it automaticly loop="true" --make the music loop and loop and loop hidden="true" --hides the music)
none
table border
Makes a table with a border (like mine)
/table
height, width
For images, adjusts the height and width
none
Back