0% found this document useful (0 votes)
43 views2 pages

Assignment Number:-1 Roll Number: - 38: Output

This document contains source code for an HTML page with different list tags. The code includes an unordered list of input devices, an ordered list of output devices, and a definition list with terms and descriptions for "Output Device" and "Input Device".

Uploaded by

Tasleem Shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views2 pages

Assignment Number:-1 Roll Number: - 38: Output

This document contains source code for an HTML page with different list tags. The code includes an unordered list of input devices, an ordered list of output devices, and a definition list with terms and descriptions for "Output Device" and "Input Device".

Uploaded by

Tasleem Shaikh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Assignment Number:- 1 Roll Number:- 38

</Body>

</Html>

OUTPUT:-

Page Number:-
Assignment Number:- 1 Roll Number:- 38
QUESTION NUMBER 2:- Create Html code with list tags.

SOURCE CODE:-

<Html>
<Head>
<Title>List Tag</Title>
</Head>
<Body>
<H1><B><U>Example on Unordered List</U></B></H1>
<UL><I>List of Input Devices
<LI>Keyboard</LI>
<LI>Mouse</LI>
<LI>Scanner</LI>
<LI>Point of sale</LI>
<LI>Joystick</LI></I>
</UL>
<H1><B><U>Example on Ordered List</U></B></H1>
<OL type=I><I>List of Output Devices
<LI>Printer</LI>
<LI>Plotter</LI>
<LI>Monitor</LI>
<LI>Speaker</LI>
<LI>Head Phones</LI></I>
</OL>
<H1><B><U>Example on Definition List</U></B></H1>
<DT><B>Output Device</B></DT><br>
<DD><I><B>Output device </B>displays the result of processing of raw data
that is entered in computer through an input device.</I></DD><br>
<DT><B>Input Device</B></DT><br>
<DD><I>An <B>input device</B> is any hardware <B>device</B> that sends
data to a computer, allowing you to interact with and control it.</DD></I>
</Body>
</Html>

Page Number:-

You might also like