Mid-Term Quiz 1) In this class to UPLOAD a web page means you will need to..... a. Use your browser to take the page from a web server or another computer and bring it to yours.2) Which of the below is </B> an example of: a. The opening half of an HTML tag set.3) Do the words typed in between the opening and closing tags of the TITLE tag set appear on the web page itself? a. Yes4) 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) Is it acceptable to write HTML tags in lowercase letters? a. No, never6) 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 which of the following tag sets. a. The <P> </P> tag set.7) What does FTP stand for? a. Full Text Parameters.8) Do you need a special HTML editor to create a web page? a. No9) How do you make text Italicized in HTML? a. Place the text to be italicized after the <I> tag.10) All HTML tags come in pairs or sets. a. True11) An HTML document should have a <BODY> tag for each attribute you wish to change in the overall body of the document. a. True |