<html> <head> </head> <body> Iam changing my style </body> </html> funcions.js 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...