HTML CODE
Hello Every Body! I dont want to talk much but I want to say that you loved to HTML Code.
So you Enjoy the free Code for website that who are beginner in html. Check all the code in this page and practice each of the html code.
HTML Link: Open Same Window
HTML Link:Open New Window
Link style Code
<a href=""
name=""
title=""
rel=""
coords=""
class=""
rev=""
charset=""
shape=""
type=""
lang=""
style=""
onblur=""
dir=""
tabindex=""
id=""
accesskey=""
onclick=""
target=""
onkeydown=""
onkeypress=""
onmouseup=""
onfocus=""
ondbclick=""
onmousedown=""
onmousemove=""
onmouseover=""
hreflang=""
onmouseout=""
onkeyup="">Link Text goes here</a>
HTML Marquee
This example allows the user to stop the marquee when they click on the mouse (i.e. onmousedown). The marquee continues when the user releases the mouse (i.e. onmouseup).
This code results in:
Hovering over the Marquee
This example allows the user to stop the marquee when they hover over the marquee with their cursor (i.e. onmouseover). The marquee then continues when the user hovers away from the marquee (i.e. onmouseout).
This code results in:
Stopping Multiple Marquees:
You can add "start" and "stop" buttons for as many marquees as you like. Just make sure you give each marquee a unique "id". For example, if you name your first marquee "marquee1", name the second marquee "marquee2" etc.
This code results in: