Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
HTML5 and CSS Comprehensive
Quiz 4: Creating Tables in a Web Site Using an External Style Sheet
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
Short Answer
All tags for a table are inserted within the < ____________________ > tags.
Question 62
True/False
Tables used to structure columns and rows of information can benefit from having an index to clarify the contents of the table.
Question 63
True/False
Studies have been conducted to assess the best location on a Web page to place navigation bars and lists,with the results indicating that the top of the Web page is best in terms of visitor usability.
Question 64
Short Answer
A table ____________________ is the line that encloses the perimeter of the table.
Question 65
True/False
If you want to change a style,when you change it in the external (linked)stylesheet,it automatically takes effect in any Web page that is linked to the external style sheet.
Question 66
True/False
Before using row or column spanning,it is best to sketch your ideas on paper first.
Question 67
Short Answer
____________________ established a major change in how tables are formatted.
Question 68
True/False
To create an external style sheet,enter all of the style statements in a text file using Notepad++ or another text editor,and then save the text file with a .css extension.
Question 69
True/False
When a table uses the spacing and padding styles,the size of each data cell is automatically set to the minimum size needed for the text inserted in the data cell.
Question 70
True/False
Given an external style sheet named styles1.css,the code < link rel="stylesheet" type="text/css" href="styles1.css" / > will link the HTML file in which this code appears to that style sheet.