class-1-ref.html (253B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Class (reference)</title> 6 </head> 7 <body> 8 9 <p>Test passes if you see the text "PASS".</p> 10 <math> 11 <mtext style="background: green; color: white;">PASS</mtext> 12 </math> 13 14 </body> 15 </html>