Attribute: Align, Width, Height, and Src
<html>
<head>
<title>This is my first web page</title>
</head>
<body>
<img src=sea.jpg></img>
</body>
</html>
Image put in Another Location
<head>
<title>This is my first web page</title>
</head>
<body>
<img src="F:\sea.jpg" align=right width=50%></img>
</body>
</html>
Image can center
<html>
<head>
<title>This is my first web page</title>
</head>
<body>
<center><img src="sea.jpg" ></img></center>
</body>
</html>
No comments:
Post a Comment