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 Complete
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
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 62
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.
Question 63
True/False
Before using row or column spanning, it is best to sketch your ideas on paper first.
Question 64
True/False
You can help visitors more easily read a table full of information by varying the background colors effectively.
Question 65
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 66
True/False
Tables with borders are most appropriate when the tables are used to position text and image elements.
Question 67
True/False
If the content in a table is broken into logical segments of information, you should not use row or column spanning.
Question 68
True/False
With the flexibility of inline styles, you can adjust the border spacing and padding at the table header or table data cell level.
Question 69
True/False
The format of an external style sheet is very different from the format of an embedded style sheet.
Question 70
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.