Question
HTML And CSS Which of the following methods are for general page layout - ie: capable of any page layout task - vs. limited layout
HTML And CSS
Which of the following methods are for "general page layout" - ie: capable of any page layout task - vs. "limited layout" functionality? (select only correct answers)
The new CSS Grid module |
The CSS COLUMNS properties |
The CSS LAYOUT property |
The CSS FLOAT property and its associated layout properties and methods |
Which of the following are true regarding the CanIUse.com website shown in the video? (select only correct answers)
The light green or yellow-green color indicates partial support for a CSS property |
It's used to determine level of browser support for given CSS properties |
It's used to determine what back-end programming language works best for given situations |
It shows the level of support for current but not prior browser versions |
Which of the following are capabilities of Brackets that were shown in the video, as examples of features a good code editor often provides? (select only correct answers)
Drag-and-drop functionality to rearrange page elements in WYSIWYG format |
Plugins like "Beautify" available to automatically format code |
A built-in color picker that allows you to select colors |
Highlighting of coding sections by matching beginning and ending tag pairs |
If we apply this property - COLUMNS: 3; - to a DIV or SECTION, will it have automatic column collapse "responsive" functionality? Yes or No
Which of the following will create a right and bottom margin of 13px with no top or left margin?
margin: 0 13px 13px 0; |
margin: 0 0 13px 13px; |
Which of the following is true?
.div2 img { float:left; } is a "descendant selector," meaning only IMG tags within a .div2 element will be affected |
.div2 img { float:left; } would cause both the .div2 Class and all IMG tags to float left |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started