TEST BANK 341
77:(p.44) If an HTML attribute’s value includes an ampersand (&) does
that force it to be quote marked?
78:(p.45) In<img ... width=’100’/>what is the value of width?
79:(p.45) In<img ... width=100 />what is the value of width?
80:(p.45) In<img ... width=100/>what is the value of width?
81:(p.45) List the four commonly-used global attributes for HTML tags.
82:(p.46) In HTML, what type of character can be first in an id?
83:(p.46) In HTML, what six kinds of characters can appear after the first
in an id?
84:(p.46) In HTML, is id=123 valid?
85:(p.46) In HTML, is id=abc valid?
86:(p.46) In HTML, is id=a.b.c valid?
87:(p.46) In HTML, is id=a-b-c valid?
88:(p.46) In HTML, is id=”a b c” valid?
89:(p.47) What does the
90:(p.47) What does the “title=” attribute do?
Unit I, Chapter 5: Image Crop and Resize
91:(p.49) The HTML tag “img” stands for what word(s)?
92:(p.49) What HTML markup is used to insert a picture?
93:(p.49) For eachtag in valid HTML5, is a separate closing tag
required, optional, or forbidden?
94:(p.50) For each tag in valid HTML5, is the “alt=” attribute
required, optional, or forbidden?