Question: could you please show me what I am doing wrong in the Javascript code below. #mytext { color: white; text-align: center; } var words =
could you please show me what I am doing wrong in the Javascript code below.
#mytext
{
color: white;
text-align: center;
}
var words = "The cat sat on the mat";
document.writeln("id='mytext"+ words ');
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
