Styling your html question
-
The default styling for web pages uses a black serif font but TA itself applies it own styling. If you want you html to conform to the TA styling you can place the following in the Question CSS section of the HTML question type.
body { color: #737373; font-size: 12px; font-weight: normal; font-family: Helvetica, Arial, Geneva, Swiss, SunSans-Regular; }