Question:Which of the following is NOT a valid syntax for the <h1> element in HTML 5.0?
A <h1> This is header 1</h1>
B <h1 align=”center”> This is header 1</h1>
C <h1 onClick=”dothis(‘sc1′)” >This is header </h1>
D <h1 style=”cursor:auto;”>This is header </h1>
+ AnswerB
+ Report