forked from qushengnan/qushengnan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
q14.html
23 lines (23 loc) · 915 Bytes
/
q14.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<DOCTYPE html>
<html>
<head>
<title>Question 14</title>
<script src="question.js"></script>
<link type="text/css" rel="stylesheet" href="question.css">
</head>
<body>
<h3>Question 14: HTML</h3>
<p><b>How do you make a link open up in a different tab?
</b></p>
<ol type="A">
<li>_blank_</li>
<li>blank_</li>
<li>_blank</li>
<li>:blank</li>
</ol>
<img src="part2image/link.jpg">
Answer:<input type="text" name="anwser" size="4" id="answer13">
<input type="button" name="submit" size ="4" value="Submit" onClick="submitAnswer(14)">
<p><a href="q15.html">Jump to the next question.</a></p>
</body>
</html>