Ad Code

Create Simple HTML project Using Image

Advertisements
Simple HTML project using Image.Below the code. 
<HTML>
<HEAD><TITLE> Example of Image</TITLE></HEAD>
<BODY bgcolor=BLUE>
<FONT SIZE=25 COLOR=RED>
<center><h1>Example of Image</H1><CENTER></FONT>
<center><h1><img src="image_name.jpg" width=200 hight=200 alt="picture"></h1></center>
<border=8 bordercolor=yellow>
<HR SIZE=2 COLOR=RED>
<FONT SIZE=5 COLOR=PINK>
<FONT FACE="Monotype Corsiva">
NAME=<B>ARATI GUPTA</B><BR></FONT>
<FONT SIZE=5 COLOR=PINK>
C/O=<I>NAGENDRA NATH GUPTA</I><BR></FONT>
<FONT SIZE=5 COLOR=PINK>
PH NO=<U>+91 9741xxx49</U><BR></FONT>
<FONT SIZE=5 COLOR=PINK>
ADDRESS=<B><I><U>INDIA</U></I></B></FONT>
</BODY>
</HTML>
Output

Image Programme
Output of Image Program
Html Tag Describe:-
Tag <Img src ="Path and Your_Image_Name"> indicate -Image Search.
Note:-In this above code indicate red color (image_name.jpg) ,add your suitable image(Example-abc.jpj    ).Image file path and program file path both will be same path otherwise view some error.Thank You.
Download Link
Advertisements