I am learning HTML from your site but i got stuck on lesson 11 of level 1 which is asking for
Hyperlink a picture. I have written the code but the compiler is not accepting the solution. I am enclosing my code below:
<!DOCTYPE html>
<html>
<head>
<title>
My Webpage Title
</title>
</head>
<body>
<a href = "/https://www.studytonight.com" target = "_self">
<img src="/smiley.png" width="42" height="42" style="border:5px solid black"/></a>
<p><a href="https://studytonight.com/">Visit studytonight.com!</a></p>
</body>
</html>