Mid-Term Quiz
1) In this class to UPLOAD a web page means you will need to... c. Use special software to send your page to a web server for viewing on the Web.
2) </B> is an example of: b. The closing half of an HTML tag set.
3) Yes, the words typed between the opening and closing tags of the TITLE tag set appear on the web page itself.
4) Which of the examples below would be the correct way to write the HTML indicated: a. <P><B><I>This paragraph contains bold, italicized text.</I></B></P>
5) c. Yes, it is okay to write HTML tags in lowercase but it is preferred by some to use all uppercase letters.
6) If you want your text to be seen on your web page, you should make sure it is entered between the opening and closing tags of...c. The <BODY></BODY> tag set.
7) FTP stands for File Transfer Protocol.
8) No, you do not need a special HTML editor to create web pages.
9) To make text italicized in HTML, you must...b. Place the text to be italicized between the opening <I> and closing </I> tags.
10) False, some HTML tags can be used individually.
11) False, an HTML document does not need a <BODY> tag for each attribute that you want to change.