- Understanding the Fundamentals of HTML
- Making a New Page
- The Document Window and Its Tabs
- Viewing the Source Code
- Using the HEAD Pane
- Setting the Width of Your Page
- Setting the link, alink, and vlink Colors
- Setting the Page Background Color
- Previewing Your Page
- Summary
- Q&A
- Quiz
- Exercises
- Quiz Answers
Quiz
What do the terms link, alink, and vlink stand for?
link, angled link, vertical link
link, author link, version link
link, active link, visited link
link, absolute link, virtual link
Which three of the following tags are part of every HTML page?
<HEAD> </HEAD>
<TRUNK> </TRUNK>
<HTML> </HTML>
<BODY> </BODY>
<OPEN> </OPEN>
<END> </END>
In Layout mode, how many ways can you change the background color of the page?
2
3
4
When saving an HTML page, you must use a file extension such as .html or .htm.
True
False
How do you set the viewable page width for designing your page?
Choose a number from the pop-up in the Page Inspector.
Choose a number from the pop-up in the lower-right corner of the page.
Choose a number from the pop-up in the Toolbar.
Choose a number from the pop-up in the Site window.