Javascript Properties JavaScript DHTML



A Simple Page

function addunderline()
{
    head1.style.textDecoration = "underline"
}
function removeunderline()
{
    head1.style.textDecoration = "none"
}
function addoverline()
{
    head1.style.textDecoration = "overline"
}



Welcome to this page!