Content deleted Content added
→Embedding MathML in HTML/XHTML files: fix syntaxhighlight error |
|||
Line 268:
MathML, being XML, can be embedded inside other XML files such as [[XHTML]] files using XML namespaces.
<syntaxhighlight lang="
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
Line 299:
{{clear}}
<syntaxhighlight lang="
<!DOCTYPE html>
<html lang="en">
|