Question #100180

Create a webpage that has an image that opens a page with the Wikipedia website when clicked.

Expert's answer

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Wiki</title>
</head>
<body>
    <a href="https://en.wikipedia.org/">
        <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/Wikipedia-logo-v2.svg/225px-Wikipedia-logo-v2.svg.png">
    </a>
</body>
</html>

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS