Este atributo contiene el valor del color de fondo de las expresiones matemáticas. Este atributo es aceptado por todas las etiquetas de MathML.
Sintaxis:
<element mathbackground="Colorname">
Valores de atributos:
- Colorname: este valor define el color que desea.
El siguiente ejemplo ilustra el fondo matemático en HTML5 MathML:
Ejemplo:
<!DOCTYPE html> <html> <head> <title>HTML5 MathML mathbackground Attribute</title> </head> <body style="text-align:center;"> <h1 style="color:green">GeeksforGeeks</h1> <h3>HTML5 MathML mathbackground Attribute</h3> <math> <ms lquote="„" rquote=" “" mathcolor="Yellow" mathbackground="Purple"> A Computer Science Portal for Geeks </ms> </math> </body> </html>
Producción:
Navegadores compatibles: los navegadores compatibles con el atributo de fondo matemático HTML5 MathML se enumeran a continuación:
- Firefox
Publicación traducida automáticamente
Artículo escrito por skyridetim y traducido por Barcelona Geeks. The original can be accessed here. Licence: CCBY-SA