function calculateDisplay () {
var province = document.forms["calculateForm"]["province"].value;
...
...
document.getElementById("secondHeader").innerHTML = "Canada | " + province + " | 2017 Tables";
return false;
}
how do I format to display the variable province as color: black (usually that secondHeader id is lightgrey)
Thank you!
<span>tag.