coding MicroP

1
<!DOCTYPE html> <head> <title>Lab 5-2</title> </head> <body> <h1><font color="#000064">Sales by Quarter</font></h1> <img src="barchart.png" width="490" height="400"align="right" hspace="20" border ="0" alt="Quartely Sales Chart" usemap="#chart" /> <p>XXXXXX</p> <p><b>ZZZZZZZ</b></p> <p>lalala <a href="http://www.vw.com">www.vw.com</a> or <a href="http://www.medi a.vw.com">www.media.vw.com</a> lalalal</p> <p align="center"> | <a href="Lab 5-2solution.html">Home</a> | <a href="1stquarter.html">1st Quarter</a> | <a href="2ndquarter.html">2nd Quarter</a> | <a href="3rdquarter.html">3rd Quarter</a> | <a href="4thquarter.html">4th Quarter</a> | </p> <map name="chart" id="chart"> <area shape="rect" coords="67,85,117,334" href="1stquarter.html" alt="1st Quarte r" /> <area shape="rect" coords="166,154,220,334" href="2ndquarter.html" alt="2nd Quar ter" /> <area shape="rect" coords="272,127,324,334" href="3rdquarter.html" alt="3rd Quar ter" /> <area shape="rect" coords="371,200,426,334" href="4thquarter.html" alt="4th Quar ter" /> </map> </body> </html>

description

MicroP

Transcript of coding MicroP

Page 1: coding MicroP

<!DOCTYPE html><head>

<title>Lab 5-2</title>

</head>

<body>

<h1><font color="#000064">Sales by Quarter</font></h1>

<img src="barchart.png" width="490" height="400"align="right" hspace="20" border="0" alt="Quartely Sales Chart" usemap="#chart" />

<p>XXXXXX</p>

<p><b>ZZZZZZZ</b></p>

<p>lalala <a href="http://www.vw.com">www.vw.com</a> or <a href="http://www.media.vw.com">www.media.vw.com</a> lalalal</p>

<p align="center"> | <a href="Lab 5-2solution.html">Home</a> | <a href="1stquarter.html">1st Quarter</a> | <a href="2ndquarter.html">2nd Quarter</a> | <a href="3rdquarter.html">3rd Quarter</a> | <a href="4thquarter.html">4th Quarter</a> | </p>

<map name="chart" id="chart"><area shape="rect" coords="67,85,117,334" href="1stquarter.html" alt="1st Quarter" /><area shape="rect" coords="166,154,220,334" href="2ndquarter.html" alt="2nd Quarter" /><area shape="rect" coords="272,127,324,334" href="3rdquarter.html" alt="3rd Quarter" /><area shape="rect" coords="371,200,426,334" href="4thquarter.html" alt="4th Quarter" /></map>

</body></html>