Note: If I've scored an answer incorrect and you believe that your answer is correct, you can reverse my decision by clicking the I Believe My Answer Was Correct button. I'll turn the exercise number green and take you immediately to the next exercise.
1. In one word, what is this? <p>
That's correct. Well done!
The correct answer:
tag
Press Tab or click button to advance to next exercise.
2. When you name the file that creates a webpage, what are the last 5 characters of the filename?
That's correct. Well done!
The correct answer:
.html
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
3. If <p> is the opening tag, what is the closing tag?
That's correct. Well done!
The correct code:
</p>
Press Tab or click button to advance to next exercise.
4. What are the two characters that begin and end all HTML tags?
That's correct. Well done!
The correct code:
<>
Press Tab or click button to advance to next exercise.
5. Drag-and-drop: Holding down the left mouse button, drag the pieces of code onto the screen to code 2 paragraphs.
6. Click in the box and type the next character. I'll autocomplete. Don't type spaces or carriage returns. When the exercise is complete, I'll turn the exercise number green.
Type a one-word paragraph whose text is Africa
That's correct. Well done!
Press Tab or click button to advance to next exercise.
7. Fail-safe coding. If you type the wrong character, I'll cancel the keystroke. Type spaces. When the exercise is complete, I'll turn the exercise number green.
Create a paragraph whose text is Boo.
Press Tab or click button to advance to next exercise.
That's correct. Well done!
8. Type the character that is legal but unconventional in the following code.
<P>
That's correct. Well done!
The correct answer:
P
Press Tab or click button to advance to next exercise.
9. What is missing? (two words)
<p>This.</p><p>That.</p>
That's correct. Well done!
The correct answer:
carriage return
Press Tab or click button to advance to next exercise.
10. Type what is missing.
<p>This.
<p>That.</p>
That's correct. Well done!
The correct code:
</p>
Press Tab or click button to advance to next exercise.
11. Make up a fictitious opening tag.
That's correct. Well done!
Example:
<z>
Press Tab or click button to advance to next exercise.
12. Make up a fictitious closing tag.
That's correct. Well done!
Example:
</z>
Press Tab or click button to advance to next exercise.
The next several exercises are timed. If you type slowly or dislike time pressure, feel free to increase the allotted time.
13. Time goal: 15 seconds. Create a paragraph whose text is Boo.
Press Tab or click button to check answer.
The correct code:
<p>Boo</p>
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
14. Time goal: 5 seconds. Type the character that is legal but unconventional in the following code.
<P>
Press Tab or click button to check answer.
The correct answer:
P
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
15. Time goal: 15 seconds. What is missing? (two words)
<p>This.</p><p>That.</p>
Press Tab or click button to check answer.
The correct answer:
carriage return
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
16. Time goal: 10 seconds. Type what is missing.
<p>This.
<p>That.</p>
Press Tab or click button to check answer.
The correct code:
</p>
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
17. Time goal: 15 seconds. Make up a fictitious opening tag.
Press Tab or click button to check answer.
Example:
<z>
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
18. Time goal: 15 seconds. Make up a fictitious closing tag.
Press Tab or click button to check answer.
Example:
</z>
Press Tab or click button to advance to next exercise.
Press Tab or click button to advance to next exercise.
19. Access this live coding exercise at JS Fiddle. When you've completed the exercise, close the JS Fiddle window, and you'll be returned to this page. (If JS Fiddle displays a warning message saying that your changes will be reset, click Leave this Page.)
Click button to advance.
20. Access this live coding exercise at JS Fiddle. When you've completed the exercise, close the JS Fiddle window, and you'll be returned to this page. (If JS Fiddle displays a warning message saying that your changes will be reset, click Leave this Page.)
Click button to advance.
Post a review on Amazon for the paperback or the Kindle edition.
Email me to give me a compliment, complaint, or correction. I'll respond.
0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
1
0