HTML5 MathML <menclose> Tag Last Updated : 07 Jul, 2023 Comments Improve Suggest changes Like Article Like Report The HTML5 MathML <menclose> tag tag is an inbuilt element in HTML5. It is used to renders the contents which is inside of anbenclosing notation specified by the notation attribute. Syntax: <menclose attribute="value "> child elements </menclose">Attributes: The tag accepts some attributes which are listed below: class| id| style: This attribute is used to hold the styles of the child elements.href: This attribute used to hold any hyperlink to a specified URL.mathbackground: This attribute holds the value of the math expressions background color.mathcolor: This attribute holds the color of the math expressions.notation: This attribute holds symbols those are each drawn as if the others are not present, using more than one symbol at time can occurred overlapping of symbols. Possible values are actuarial, bottom, box, circle, downdiagonalstrike, left, longdiv, madruwb, phasorangle, radical, right, roundedbox, top, updiagonalarrow, updiagonalstrike and verticalstrike.Below example will illustrate the concept of HTML5 MathML <menclose> tag: Example: html <!DOCTYPE html> <html> <head> <title>HTML5 MathML menclose tag</title> </head> <body style="text-align:center;"> <h1 style="color:green">GeeksforGeeks</h1> <h3>HTML5 MathML menclose tag</h3> <math> <math> <menclose notation="radical " mathbackground="yellow" mathcolor="purple"> <mrow> <mi> x </mi> <mo> + </mo> <mi> y </mi> </mrow> </menclose> <mi>=</mi> <menclose notation="radical" mathbackground="yellow" mathcolor="purple"> <mi>z</mi> </menclose> </math> </math> </body> </html> Output: HTML5 MathML menclose Tag Supported Browsers: The browsers are supported by HTML5 MathML <menclose> tag are listed below: FirefoxSafari Comment More infoAdvertise with us Next Article Must Do Coding Questions - Topic-wise S skyridetim Follow Improve Article Tags : Web Technologies HTML HTML5 HTML-Tags HTML-MathML +1 More Similar Reads Interview PreparationInterview Preparation For Software DevelopersMust Coding Questions - Company-wise Must Do Coding Questions - Topic-wiseCompany-wise Practice ProblemsCompany PreparationCompetitive ProgrammingSoftware Design-PatternsCompany-wise Interview ExperienceExperienced - Interview ExperiencesInternship - Interview ExperiencesPractice @GeeksforgeeksProblem of the DayTopic-wise PracticeDifficulty Level - SchoolDifficulty Level - BasicDifficulty Level - EasyDifficulty Level - MediumDifficulty Level - HardLeaderboard !!Explore More...Data StructuresArraysLinked ListStackQueueBinary TreeBinary Search TreeHeapHashingGraphAdvance Data StructuresMatrixStringAll Data StructuresAlgorithmsAnalysis of AlgorithmsSearching AlgorithmsSorting AlgorithmsPattern SearchingGeometric AlgorithmsMathematical AlgorithmsRandomized AlgorithmsGreedy AlgorithmsDynamic ProgrammingDivide & ConquerBacktrackingBranch & BoundAll AlgorithmsProgramming LanguagesCC++JavaPythonC#Go LangSQLPHPScalaPerlKotlinWeb TechnologiesHTMLCSSJavaScriptBootstrapTailwind CSSAngularJSReactJSjQueryNodeJSPHPWeb DesignWeb BrowserFile FormatsComputer Science SubjectsOperating SystemsDBMSComputer NetworkComputer Organization & ArchitectureTOCCompiler DesignDigital Elec. & Logic DesignSoftware EngineeringEngineering MathematicsData Science & MLComplete Data Science CourseData Science TutorialMachine Learning TutorialDeep Learning TutorialNLP TutorialMachine Learning ProjectsData Analysis TutorialTutorial LibraryPython TutorialDjango TutorialPandas TutorialKivy TutorialTkinter TutorialOpenCV TutorialSelenium TutorialGATE CSGATE CS NotesGate CornerPrevious Year GATE PapersLast Minute Notes (LMNs)Important Topic For GATE CSGATE CoursePrevious Year Paper: CS exams Like