HTML Assignment-
Type this code in text editor and save the file with .html extension
-------------------------------------------------------
<!doctype html>
<html>
<head>
<title>HTML Assignment</title>
</head>
<body bgcolor="orange" leftmargin="100px" >
<center><h2><u>MODEL TEST PAPER FOR SUMMATIVE TEST-II<br/>MATHEMATICS<br/>CLASS=VIII</u></h2></center>
Maximum Marks:20</br>
<br/>
<b>General Instructions</b><br/>
<br>1.All questions are compulsory<br/>
2.The questions paper consist of 7 questions divided in to 2 sections A and B<br/>
3.Section A contains 4 questions of 2 marks each<br/>
4.Section B contains 3 questions of 4 marks each<br/>
<center><h2><u>SECTION A</u></h2></center>
Q1-What will be the product of (a<sup>2</sup>)*(2a<sup>22</sup>)*(4a<sup>26</sup>)<br/><br/>
(a)8a<sup>46</sup><br/>
(b)8a<sup>48</sup><br/>
(c)6a<sup>50</sup><br/>
(d)8a<sup>50</sup><br/>
<br/>Q2-Water is oxidised to oxygen by<br/><br/>(a)H<sub>2</sub>O<sub>2</sub><br/>
(b)KMNO<sub>4</sub><br/>
(c)CO<sub>2</sub><br/>
(d)Fluorine
</body>
</html>
-------------------------------------------------------
Output-
0 Comments