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

</BODY>

                 </HTML>





















                                   If HTML is a canvas and you are an artist, how would you design web pages and layout
                                   to express your creativity and style?





                           IMAGES WITH CSS


                 We can use CSS to control the display of the image. To control the display of the image we can set
                 the following image properties using CSS:
                   Border: To set the width of an image border.

                   Height: To set the height of an image.

                   Width: To set the width of an image.
                 Write HTML code to set properties of an image using CSS.

                 <!DOCTYPE HTML>

                 <HTML>
                 <HEAD>
                 <TITLE> Images - CSS </TITLE>
                 </HEAD>
                 <BODY>
                 <H1 STYLE = "text-align:center">Valley of Flowers </H1>

                 <IMG STYLE = "Border:10px Solid Black; Height:200px; Width:250px;"
                 SRC = "D:\Valley_of_Flower.jpg" >
                 <P> Valley of Flowers National Park is an Indian national park, located
                 in North Chamoli and Pithoragarh, in the state of Uttarakhand and is
                 known for its meadows of endemic alpine flowers and the variety of flora.
                 </P>
                 </BODY>

                 </HTML>


                                                                                   Images, Links and Forms in HTML5  89
   86   87   88   89   90   91   92   93   94   95   96