Computer Science, asked by anujpatel80, 10 months ago

Q.14 Write an HTML code for the followi
a) INPUT DEVICES
KEYBOARD
MOUSE
b) OUTPUT DEVICES
PRINTER
MONITOR​

Answers

Answered by KajalBarad
12

The HTML program is:-

<html>

<ol> Input Devices

<ul> <li>Keyboard

<li> Mouse

<ol>Output Device

<ul> <li>Printer

<li>Monitor

<\html>

  • HTML stands for HyperText Markup Language.

  • There are two types of list present in Html as
  1. Ordered list
  2. Unordered list

  • In the above program "Input Devices" and "Output Device" are in Ordered list.

  • Ordered list:- An ordered list is a type of list in HTML in which no. and alphabets are used.
  • Example- 1) Name

a) Class

  • Unordered list :- An unordered list is a type of list in HTML in which blocks, squares and disks are involved.

Example- ● Name

□ Class

Similar questions