test 5 Flashcards
If the background image is smaller than the screen, what will happen ?
It will be repeated
XML and HTML will be replaced by XHTML
False
HTML defines colors using hexadecimal values, while graphics programs most often use what
RGB Code
What is correct XHTML for a horizontal line?
< hr/ >
The tag belongs where in your HTML ?
Head
What is correct XHTML for a line break?
< br />
If you don’t want the frame windows to be resizeable, simply add what to the lines ?
noresize
All elements in XHTML must be closed
True
How can you make a list that lists the items with numbers?
< ol >
s this correct XHTML?
<ul> <li>Shope</li> <li>Cloths <ul> <li>Cloths Shope</li> <li>T Shirt</li> </ul> </li><li>Jeans</li> </ul>
NO
What does HTML stand for?
Hyper Text Markup Language
The DOCTYPE declaration has no closing tag
True
To make the appearance of the colors more powerful on your site do which of the following ?
Limit their use
XHTML documents must be “well-formed”
True
When is the content of a table shown ?
After the table is loaded
Which attribute replaces the name attribute for the following elements: a, applet, frame, iframe, img, and map?
The id attribute
Gif and jpg are the two main types of what ?
images
Is attribute minimization allowed in XHTML?
No
WYSIWYG stands for ?
What You See Is What You Get