|
|
Quiz 2 - Final Quiz
- Which of these tags should NOT be located in the head section of your page?
- <title>
- link to a style sheet
- background image
- metatags
- If you put <title> tags in the head section of your page, it will appear in bold, large print at the beginning of your page. Select one:
- TRUE
- FALSE
- If you want a thick frame around your image, which attribute can you use in your <img> tag?
- border
- align
- alt
- target
- If you want to have the browser open a new window for a link to an outside page, which attribute would you use?
- alt
- target
- src
- start
- And, which tag would you add that attribute to?
- <img>
- <a>
- <ol>
- <table>
- To help people find your page, which one of the following would you do?
- Add metatags for keywords and description.
- Use <h1> ... <h6> tags using key words.
- Both of the above.
- Neither of the above.
- Which one of these tags does NOT require a closing tag?
- <br>
- <table>
- <i>
- <b>
- If you want your ordered list to use capital letters and start with the letter D, which attributes would you use?
- type="a" start="D"
- type="A" start="D"
- type="A" start="4"
- type="letter" start="d"
- The anchor tag links to:
- specific places within a particular page.
- other pages within your website.
- pages anywhere on the Internet.
- All of the above.
- If you forget to close your table with a closing </table> tag, most browsers will be able to read and correctly interpret your page anyway. Select one:
- TRUE
- FALSE
- HTML documents should be saved as text only, and the file name should have .html as the ending. Cascading stylesheets should also be saved as text, but the file name should end with:
- .casc
- .css
- .gif
- .jpg
- You can copy and use any images you find on the Internet, for free and without asking permission from anyone. If it's on the Internet, it's up for grabs. Select one:
- TRUE
- FALSE
- You should add width and height dimensions for all the images you use in your webpages because:
- otherwise, the browser will not get the right dimensions.
- it will make my page load faster.
- it is part of copyright law.
- readers for the blind cannot read images otherwise.
- Cellpadding creates more white space between the cell edges of a table and the contents. Cellspacing increases the distance between cells. Values for both of these are given in pixels and need to be added as an attribute to which type of tag?
- <table>
- <tr>
- <td>
- to a style sheet
- HTML tags use brackets to contain the information. What kind of notation do Cascading Style Sheets use to contain information?
- Brackets, just like HTML.
- Parentheses.
- Curly brackets.
- forward slashes.
- To make forms, you need to start the section with which tag?
- name
- input
- value
- form
- Which input type would allow a reader to select several options from a list of possibilities?
- radio
- checkbox
- If the input type is "text" and the size is "2", which answer will NOT show on the website?
- Yes
- No
- 10
- 5
- 8 to 10% of all males have some form of colorblindness. This is a good reason to avoid color schemes that include:
- red on green.
- black on white.
- blue on yellow.
- green on white.
- To make your website easier to be read by automated reading programs for the blind, you can:
- use <h1>...<h6> tags for easier navigation
- use alt tags to describe images
- use alt tags that name the link destination for images that function as links.
- All of the above.
|
|