Web Design



Images,Mouseover,Applets,Links

Images

<img src="-.gif">

tags

height="-"
width="-"
id="-"
name="-"

Mouseover Images

<SPAN onMouseOver="document.pic1.src='-image1- .gif'" onMouseOut="document.pic1.src='-image2- .gif'"> <img src="-image2- .gif" height="-" width="-" name="-"></SPAN>

Applets

<applet code="- .class"></applet>

tags

height="-"
width="-"
id="-"
name="-"
base="-"

SPOILER

<div style="margin-bottom: 2px;"> <div style="margin-top: 5px; text-align: center;"> <input value="Show" style="margin-top: 5px; width: 60px; font-size: 10px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = ''; this.value = 'Hide'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Show'; }" type="button"> </div><div style="border: 1px inset ; margi : 0px; padding: 6px;"><div style="display: none;">
YOU CAN PUT YOUR SPOILER IMAGES OR TEXTS IN HERE
</div></div></div>


Links

<a href="- .html -">-</a>
Main page

Special properties:

Linking to sections of the current page.
You need to give the spot you want to link to an ID.
you can do that with links also.
<a href="#-">-</a>
Link to top of page

Giving an id to places.
<a id="-"></a>

Linking up and down the file system
<a href="-" base="../-">-<->
My webpage

Font

<font >
Smaller font

Tags:

face="-"
size="-"