Quiz Over Practice Quiz 1
What are some true statements about html files?
*No text is ever placed between the closing head tag and the opening body tag. *The title tags must be placed between the opening and closing head tags. *An html document ends with </body> </html> *Text that you want to appear first in your webpage should be placed immediately after the opening body tag. *The opening and closing head tags are always above the opening body tag. *The opening and closing body tags can only appear once within an html document.
A closing tag contains a/an _____.
Element
A/An _____ is what appears immediately after the < character.
Element
Immediately following an attribute is a/an _____.
Equal Sign
Content that appears first in the browser window goes between the closing head tag and the opening body tag. True or False?
False
Content that appears first in the browser window is placed between the head tags. True or False?
False
The content between the opening and closing title tags appears in the browser window at the top. True or False?
False
True or False? If you want to apply some attribute to a tag and the element of that tag does not have that attribute in its list of attributes, you can still apply that attribute if it is listed as an attribute for another element.
False
If there is a line placed through some text on the HtML_Elements_and_Attributes file, what does that indicate?
It indicates that it is no longer supported in xhtml. It has been deprecated.
Attributes are never placed in a closing tag.
True
The content between the opening and closing title tags appears in the tab of the browser window. True or False?
True
True or False? When using attributes, you can use only those attributes that apply to that particular element?
True
Quotes go around a/an _____.
Value
Content that is displayed in the browser window is placed _____.
after the opening body tag and before the closing body tag