Write an html program on inserting images?
Program: Program: <html> <head> <title>image align</title> </head> <body> <table> ...
https://www.computersprofessor.com/2016/06/write-html-program-on-inserting-images.html
Program:
Program:
<html>
<head>
<title>image align</title>
</head>
<body>
<table>
<captoin><font size="12"><u>Images</u></font></caption>
<TR>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\sunset.jpg" width=100 height=100 border=3</TD>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\winter.jpg" width=100 height=100 border=3</TD>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\water lilies.jpg" width=100 height=100 border=3</TD>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\winter.jpg" width=100 height=100 border=3</TD>
</TR>
<TR>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\water lilies.jpg" width=100 height=100 border=3</TD>
<TD colspan=2><center><font size="5">Buy <b>"Tweeties"</b>On-line</font></center></TD>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\sunset.jpg" width=100 height=100 border=3</TD>
</tr>
<TR>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\water lilies.jpg" width=100 height=100 border=3</TD>
</td>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\sunset.jpg" width=100 height=100 border=3</TD>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\water lilies.jpg" width=100 height=100 border=3</TD>
<TD><img src="C:\Documents and Settings\All Users\Documents\My Pictures\Sample Pictures\winter.jpg" width=100 height=100 border=3</TD>
</TR>
</TABLE>
</body>
</html>
Output: