<html> <head> </head> <body>funcions.jsIam changing my style
</body> </html>
function mystyle()
{
var x = document.getElementById("styles");
x.style.fontSize = "25px";
x.style.color = "red";
}
A blog where you can find all codes for Android, Corona, Basic tutorials, Interview questions and more...
<html> <head> </head> <body>funcions.jsIam changing my style
</body> </html>
function mystyle()
{
var x = document.getElementById("styles");
x.style.fontSize = "25px";
x.style.color = "red";
}
Comments
Post a Comment