I am having trouble validating my code with W3 Validator. I am new to Web Design. Can someone help me. The Validator states:
Error: Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash and treating as a start tag.
From line 15, column 1; to line 15, column 41
p>↩↩↩<h1>↩<a href="http://www.monroecollege.edu:"/><img s
Code:
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Home-International Student Home Page</title>
<link href="cssstyle.css" rel="stylesheet">
</head>
<body>
<h3>About Image:</h3>
<p>Monroe College Logo</p>
<h1>
<a href="http://www.monroecollege.edu:">
<img src="monroelogo.jpg" alt="" height="115" width="700"/>
</h1>