HTML Questions
Write the Exact output of the following with font specifications.
1.<html>
<body>
<h1> LIST OF BOOKS</h1><hr>
<ul type=circle>
<li> How to solve it by computer
<li> HTML in easy ways
<li> C++ programming
</ul>
<ol type=A>
<li> Microprocessor Programming
<li> Networking Essentials
<li> Microcontrollers
</ol>
</body>
</html>
2. <html>
<head>
<title> Introduction</title>
</head> <body>
<h2> <b> Terms in computer </b></h2>
<dl>
<dt> software</dt>
<dd> <b> software</b> is a set of programs
which is required to run the system
<dt> hardware</dt>
<dd>The electronic components used in the
computer system is called as<b>hardware</b>
</dl>
</body>
</html>
3.(October 2003)
<html>
<head>
<title>introduction</title>
</head>
<body>
<h1><b>COMPUTER SCIENCE</b></h1>
<hr>
<u>SCHAUM’S OUTLINE SERIES </u>
<hr>
<h5> SEYMOUR LIPSCHUTZ</h5>
</body>
</html>
4.(Oct 2004)
<html>
<head>
<title>computer shop</title>
</head>
<body>
<h3> <b>Title:XYZ Computers Ltd</b></h3>
<p>Address: Shakti Complex, Aurangabad </p>
<h1><i> Dealers in : All types of Peripherals
</i></h1>
</body>
</html>
5.(March 2005,2007)
<html>
<head>
<title>LIST OF BOOKS</title>
</head>
<body>
<ol>
<li><p align=left> Operating system</p>
<li> <p align=left> data structures </p>
<li> <p align=left> C++ programming
<li> <p align=left> HTML
</ol>
<hr noshade>
<ol>
<li><p align=center> Computer science</p>
</ol>
<hr>
</body>
</html>
6. (Oct 2005)
<html>
<body>
<h1> <center>HSC SYLLABUS</center>
<h3>PAPER</h3>
To know more about
<p> Just click on here
<ADDRESS>
<b> Data structures</b>
<b> GUI</b>
<b> HTML</b>
<b>C++</b>
<b>VB</b>
</ADDRESS>
</body>
</html>
7.( march 2006)
<html>
<head>
<title>Introduction</title>
</head>
<body>
<h1><b> Computer Science</b></h1>
<hr>
<u> E Balguswamy</u>
<hr>
<h4>Achyut S Godbole</h4>
</body>
</html>
8. (March 2008)
<html>
<head>
<title>INTRODUCTION</title>
</head>
<body>
<H1><B> PCMBEC</B></H1>
<HR>
<U> NOBEL’S SERIES</U>
<H5> WELLKNOWN</H5>
</body>
</html>
9. (Oct 2008)
<html>
<head>
<title></title>
</head>
<body>
<h1>Languages </h1>
<ol>
<li> English</li>
<li> Second Languages</li>
</ol>
<ul>
<li> Marathi</li>
<ul>
<li> Hindi</li>
<ul>
<li> French</li>
</ul>
<li> Sanskrit</li>
</ul></ul></ul>
</body>
</html>
10.(March 2010)
<html>
<body>
<h1><u> Network Connectivity Devices
</u></h1>
<ul>
<li> Modem
<li>hub
<ul>
<li> repeater
<li> router
</ul>
</ul>
</body>
</html>
11. <html>
<head>
<title></title>
</head>
<body>
<h1> Terms used in Networking</h1>
<hr>
<ul type=circle>
<li> Bandwidth
<li> Attunuation
<li>Electromagnetic Interference
</ul>
<ol type=a>
<li> topology
<li> Ethernet
<li>Protocol
</ol>
</body>
</html>
12.(Oct 2006)
<html>
<head>
<title> Examination</title>
</head>
<body>
<hr>
<u> MATHEMATICS</u>
<hr>
<u> STATISTICS</u>
<hr>
<u> BIOLOGY</u>
<hr>
<h5> MSEC BOARD</h5>
</body>
</html>
13(March 2013)
<html>
<body>
<h1 align=center>H.S.C. BOARD EXAMS</h1>
<p align=center><i> SUBJECT: COMPUTER SCIECNCE</I></P>
<P align=center> <b> THEORY AND PRACTICAL EXAMS</b></p>
<p align=center><u>TOTAL</u>--------------200 MARKS</p>
</body>
</html>
14) Write an Appropriate code for the following
C++ data types
1. Built in
1. Integral
1. Integer
2. Char
2. Floating
1. float
2. Double
3. void
2. user defined
1. Structure
2. Class
3. union
4. Enumeration
3. derived
1. Arrays
2. Function
3. pointers
15 (March 2004)
Year
1999 2000 2001
units 300 750 1200
Sales income Rs. 3000 Rs. 7500 Rs.12000
16) 17)
Sachin Sourav Laxman
First Second Third
18) 19)
20) Write the HTML code for the following output.(March 2011)
COMPUTER DEVICES (Text size h2, align=center)
INPUT DEVICES
1. Key Board
2. Mouse
STORAGE DEVICES
1. hard disc
2. Floppy Disc
3. Compact disc
OUTPUT DEVICES
1. Screen
2. Printer
21. Write HTML code for the following
Government of Maharashtra text size h2
Education
PWD ADMN
For details
Feel free to approach us
Pwd is the link available where clicking on PWD a webpage [Link] should be opened. On clicking ADMN the file [Link]
should be opened. On clicking for details the user can write e-mail to mail address free_free@[Link]. On clicking feel free to
approach us user can invoke to website [Link].
22) (Oct 2002) Weather Forcast
City Wind Speed From To
Mumbai 39 South West
Pune 47 South west
Latur 42 East South
Speed in km/hr.
23) 24)
Yuvraj 138 * Year Students
Segvag 83 Boys Girls Total
Ind 387
2007 519 710 1229
Peterson 58
2008 800 925 1725
Bopara 49
Eng 238
IND win Ist ODI by 149
25)(March 2014) No. Of books Purchased
F.Y.J.C. S.Y.J.C.
2004 1200 1300
Year
2005 1250 1400
26. Write HTML code for the following(March 2002)
Year
1998 1999 2000
Unit 500 400 1000
Sales
Income 1000 800 2000
27) Write the exact output of the following HTML code
<html> <tr>
<head> <TD WIDTH=50%>
<title></title> <P align=center><i>50 Marks</i></td>
</head>
<body> <td width=50% align=center>
<table border=2 width=50%>
<tr> <i> 50 Marks</i></td>
<td width=100% colspan=2>
<h1 align=center>HSC Board Exams</td></tr> </tr></table> <tr> <td width=50 % align=center>
<u>
Paper I</u></td> </body></html>
<td width=50% align=center><u>
Paper II</u></td>
</tr>
27)(March2014) 28)
28)
Year Students
<HTML>
<BODY>
Boys Girls Total
<H2>MY COUNTRY</H2>
<HR ><BR>
2007 519 710 1229
<H1 ALIGN=CENTER>INDIA</H1><BR>
<UL>IS 2008 800 925 1725
<LI>GREAT
<LI>BEAUTIFUL
<LI>LOVING
</UL> Here people care for each other</body></html>
29)
Year Students
Boys Girls Total
2007 519 710 1229
2008 800 925 1725
SCIENCE
F. Y. Bsc S.Y. Bsc T.Y. Bsc
300 100 25
ARTS
F.Y. B. A S Y B.A T.Y. B.A
200 150 40
COMMERCE
F.Y. B com S. Y. Bcom T.Y. B com
300 70 50
30)Write exact output of the following program.
<HTML>
<BODY>
<OL start=10> My Page x
<li>English HTML is hypertext.
<li> Second Language
</ol> Markup language. The basic language of HTML is ASCII code.
<ol type=”a”> The start and the end tag.
<li> Compulsary
This is only text oriented language.
<li> Optional
</ol> One
<ul type=square>
<li>science Two
<li>Commerce
<li>Arts
</ul>
1. One
</BODY>
2. Two
</HTML>
31)
C++
Java HTML
VB C PASCAL
Liabrary Books
Section Reference Text Book
2000 4000
\
Write HTML code for the following
Computer
A. Hardware
i. Printer
ii. Monitor
B. Software
i. C++
Arrays
pointers
ii. Java
Write HTML code for the following
Computer Science
Paper 1
i. C++ Language
ii. HTML
iii. OS
iv. DS
o Paper II
1. Microcontroller
2. Microprocessor
3. X-86 processor
4. Networking