You are on page 1of 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