Problem with my code 2

sorry ,here it is…

<!DOCTYPE html>

<html>

<head>

<title></title>

</head>

<body>

<main id=“main”>

<div id=“title”>

Dr.norman’s page

</div>

<div id=“img-div”>

<img id=“image”>

<div id=“img-caption”>

write here

</div>

</div>

<div id=“tribute-info”>

just a wonderful day

<a href="" id=“tribute-link” target="_blank">

</a>

</div>

</main>

</body>

</html>

2 posts were merged into an existing topic: Got problems in my code