I Spy HTML Game - Find the State with Most Cases
<html>
<head>
<title>I Spy - Find the State with Most Cases</title>
<style>
#container {
width: 800px;
margin: 0 auto;
}
#image {
width: 500px;
}
</style>
</head>
<body>
<div id="container">
<h1>I Spy</h1>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/d/d4/April_2020_Covid-19_pandemic_in_the_United_States.svg/1920px-April_2020_Covid-19_pandemic_in_the_United_States.svg.png" id="image" />
<p>Can you find the state with the highest number of confirmed cases?</p>
<p>The answer is: <strong>New York</strong></p>
</div>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/lnuq 著作权归作者所有。请勿转载和采集!