Html
To specify a font for your whole page add which tag ?
(A) < defaultfont > (B) < targetfont > (C) < basefont > Answer : < basefont >
Choose the correct HTML tag for the largest heading
(A) < h6 > (B) < head > (C) < heading > (D) < h1 > Answer : < h1 >
colspan can be added to only what tag?
(A) < table > (B) < tr > (C) < td > Answer : < td >
If the background image is smaller than the screen, what will happen ?
(A) It will be stretched (B) It will be repeated (C) It will leave a blank space at the bottom of your page Answer : It will be repeated
If you wanted to create text that was a different color or font than other text in your Web page, what type of tag would you use?
(A) Layout (B) Basic formatting (C) Design (D) Outline -B is ans
Which tags are most commonly used by search engines?
(A) Paragraph (B) Heading (C) Title
What attribute is used to specify number of rows?
(A) Rownum (B) rn (C) Rownumb (D) Rowspan Answer : Rowspan
What are <div> tags used for?
(A) To replace paragraphs. i.e. p tags (B) To provide space between tables (C) To logically divide the paragraphs (D) To logically divide the document Answer : To logically divide the document
For Frames in HTML, how do you specify the rest of the screen?
(A) Using $ (B) Using * (C) Using # (D) Using & Answer : Using #
To define the space between the element's border and content, you use the padding property, but are you allowed to use negative values?
(A) Yes (B) No Answer : No
How do you make each word in a text start with a capital letter?
(A) You can't do that with CSS (B) text-transform:uppercase (C) text-transform:capitalize Answer : text-transform:capitalize
How do you display a border like this: The top border = 10 pixelsThe bottom border = 5 pixelsThe left border = 20 pixelsThe right border = 1pixel?
(A) border-width:10px 1px 5px 20px (B) border-width:10px 20px 5px 1px (C) border-width:5px 20px 10px 1px (D) border-width:10px 5px 20px 1px Answer : border-width:10px 1px 5px 20px
attribute for font type
<font face="verdana">This is some text!</font>
XML and HTML will be replaced by XHTML
A) True (B) False Answer : False
Is attribute minimization allowed in XHTML?
A) Yes (B) No Answer : No
What is the REFRESH meta tag used for ?
Answer : Redirect to a new domain
The <small> and <big> tags are special in what way ?
They can be repeated and work on text
What does the GENERATOR meta tag tell ?
Which program was used to produce the page
Make a text bold
b
Banners, buttons, dividers, clipart and other simple images usually work best as ?
gif
When you use a heading tag in a document, what does the Web browser assumes?
heading in its own line
How do you make a list that lists its items with squares?
list-style-type:square