To put things short, my web design teacher is a class A c**k and hasnt taught us anything. I have to build a website using basic HTML.
Now i have 2 images. one is to be on the left of the screen and the other on the right. Here is the code i have so far, but the right image wont go onto the right hand side of the screen
HELP
<head>
<title>John Leslie Gardens</title>
</head>
<body>
<img border="10" img src="left.jpg" />
<img border="10" img src="right.jpg" align = "right" />
</body>
</html>
Now i have 2 images. one is to be on the left of the screen and the other on the right. Here is the code i have so far, but the right image wont go onto the right hand side of the screen
HELP
<head>
<title>John Leslie Gardens</title>
</head>
<body>
<img border="10" img src="left.jpg" />
<img border="10" img src="right.jpg" align = "right" />
</body>
</html>