Answer to Question #100180 in HTML/JavaScript Web Application for kamara

Question #100180
Create a webpage that has an image that opens a page with the Wikipedia website when clicked.
1
Expert's answer
2019-12-11T11:01:51-0500
<!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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS