Page 75 - 2611_SmartGPT Pro V(5.0) C-7
P. 75

<DD>The noise from the road vehicles produces disturbance. The noise
                 from the traffic has increased due to increased density of road traffic.
                 Noises created in the construction of buildings, highways, roads, streets

                 with the use of hammers, bulldozers, pavement breakers, etc.</DD>
                 <DT>Effects of Noise Pollution</DT>
                 <DD>It induces deflation of muscles which results into a nervous breakdown
                 and strain. Irritation, headache, dismay are the most common effects of
                 noise pollution which ultimately affects work efficiency.</DD>
                 </DL>
                 </BODY>
                 </HTML>























                           NESTED LIST

                 An item on a list can contain another list. The list within a list is known as a nested list or sub-list.
                 Write HTML code to create a nested list.

                 <!DOCTYPE html>
                 <HTML>

                 <HEAD><TITLE> Nested List </TITLE></HEAD>
                 <BODY>
                 <H1>List of Fruits and Vegetables</H1>
                 <OL>
                 <LI> List of Fruits
                 <UL>
                 <LI>Apple</LI>
                 <LI>Watermelon</LI>
                 <LI>Orange</LI>

                 <LI>Strawberry</LI>
                 </UL>
                 </LI>
                 <LI> List of Vegetables



                                                                                          Lists and Tables in HTML5  73
   70   71   72   73   74   75   76   77   78   79   80