finished ch 9
This commit is contained in:
23
8/index2.html
Normal file
23
8/index2.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Event Handlers</title>
|
||||
<link href="style2.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="main-heading">Hello <em>World!</em></h1>
|
||||
<ul id="word-list">
|
||||
<li>The</li>
|
||||
<li>Dog</li>
|
||||
<li>Cat</li>
|
||||
<li>Is</li>
|
||||
<li>Was</li>
|
||||
<li>And</li>
|
||||
<li>Hungry</li>
|
||||
<li>Green</li>
|
||||
</ul>
|
||||
<p id="sentence"></p>
|
||||
<div id="box"></div>
|
||||
<script src="script2.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user