Page 48 - KEC Khaitan C7 Flipbook
P. 48
WIDTH = “Value of width in pixels”
HEIGHT = “Value of height in pixels”
Write HTML code for inserting an image on a web page.
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE> Inserting Images </TITLE>
</HEAD>
<BODY>
<H1 STYLE = "text-align:center"> Valley of Flowers </H1>
<IMG SRC = "D:\Valley_of_Flower.jpg">
<P> Valley of Flowers National Park is an Indian nationa1 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>
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.
46 Premium Edition-VII

