Newer
Older
2022-komatsuY / redyellow.html
@Komatsu Yu Komatsu Yu on 24 Jun 2022 352 bytes Update redyellow.html
<!DOCTYPE html>
<html>
<head><title>Red and Yellow</title>
<style type="text/css">
<!--
#box { background-color: red;
color:red;
}
-->
</style>
</head>

<body>
<p>小松です<p>
	
<p>鎌倉幕府は<span id="box" onclick="check();" onmouseout="red()">1192</span>年、</p>

<script type="text/javascript" src="redyellow.js">
</script>
</body>
</html>