due: Wednesday, Oct 8
Prepare a web page of your liking containing XHTML, SVG, and MathML code of your liking. Submit a URL to your web page. Give your file the extension name .html, and have an alias to it with the extension name .xml.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" > <html xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml" xmlns="http://www.w3.org/1999/xhtml" > <head><title></title> <object id="MathPlayer" classid="clsid:32F66A20-7614-11D4-BD11-00104BD3F987" ></object> <?import namespace="m" implementation="#MathPlayer" ?> <!--http://www.dessci.com/webmath/mathplayer/--> </head> <body> <script language="javascript"> <!-- if( navigator.appName=="Microsoft Internet Explorer" && navigator.platform=="Win32" && parseFloat(navigator.appVersion.substr( navigator.appVersion.indexOf("MSIE ")+5))>="5.5" ){ try { var oMP = new ActiveXObject("MathPlayer.Factory.1"); } catch(e) { alert("Can't find Design Science's MathPalyer" + "(http://www.dessci.com/webmath/mathplayer)");} } else { alert("Requires MSIE version 5.5 or later"); } --> </script> ........ body ....... </body> </html> |
<p> A formula <m:math> <m:mfrac> <m:mi>a</m:mi> <m:mn>2</m:mn> </m:mfrac> </m:math> and a picture: <object data="lab1.svg" width="100" height="100" type="image/svg+xml" /> </p> |
To post web pages: