TEST BANK 342
95:(p.50) For each<img>tag in valid HTML5, is the “width=” attribute
required, optional, or forbidden?
96:(p.50) List the four commonly-used attributes of the image tag.
97:(p.51) In image processing, what word describes removal of part of the
picture, making it smaller?
98:(p.51) In image processing, what word describes combining pixels, mak-
ing the image smaller?
99:(p.51) In image processing, what word describes dividing pixels, making
the image larger?
100:(p.58) How can you show a small image that when clicked on shows a
larger image?
Unit I, Chapter 6: Using External Resources
101:(p.61) Are spaces allowed in filenames?
102:(p.61) What does %20 mean in a URL?
103:(p.61) We identified three kinds of URLs. One is relative. List the other
two.
104:(p.62) To open a link in a new tab, what HTML attribute=value should
you use?
105:(p.63) Is the domain name within a URL case-sensitive?
106:(p.63) Is the path within a URL case-sensitive?
107:(p.68) If our base URL is http://a.com/b/c/ and our stated URL is
../d/e/ what is our final URL?
108:(p.68) If our base URL is http://a.com/b/c/ and our stated URL is
./d/e/ what is our final URL?
109:(p.68) If our base URL is http://a.com/b/c/ and our stated URL is
/d/e/ what is our final URL?