Saturday, January 11, 2020

Image Tag

This can call Image to the web page
 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

<html>

<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

Assessment Paper 10

Vtapage.html <html> <head> <title> VTA </title> </head> <body> <h1> VTA <...