Computer Chapter 5 Short and Long Questions
Computer Chapter 5 Short and Long Questions
Long Questions:
Answer: 1. The unordered list <UL> is used for creating unordered lists. It lists the items with bullets.
2. JPEG (Joint Photographic Expert Group): JPEG format supports many colours and so they are suitable for
complex images. It is commonly used as .jpg. 3. The SRC attribute of < IMG >tag is used to specify the address
of the image. 4. Nested Ordered lists are ordered lists that contain one or more ordered lists as list elements.
1. HTML lists are used to represent list of information in a well-structured and semantic way. HTML
provides tags for creating different types of lists, such as, ordered lists, unordered lists and definition
lists.
2. Attributes of <OL> Tag The important attributes of the <OL> tag are: • The start attribute: The start
attribute allows to start a list at a value different from 1.
Example: <OL start=”3”> In this example, the list items will start from number 3.
1. The SRC attribute specifies the URL (web address or location) of the image. 2. The WIDTH attribute
specifies the width of the image in pixels. The HEIGHT attribute specifies the height of the image in pixels.
Using the HEIGHT attribute, you can change the height of the image even though the original height of
the image may be different.